Click or drag to resize

IOutputChannelCreateRecordWriterT Method

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
RecordWriter<T> CreateRecordWriter<T>()

Type Parameters

T
The type of the records.

Return Value

Type: RecordWriterT
A RecordWriterT for the channel.
See Also