Click or drag to resize

OutputChannelCreateRecordWriterT Method

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

Type Parameters

T
The type of the records.

Return Value

Type: RecordWriterT
A RecordWriterT for the channel.

Implements

IOutputChannelCreateRecordWriterT
See Also