Click or drag to resize

PipelineOutputChannelCreateRecordWriterT Method

Creates a record writer for the channel.

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

Type Parameters

T
The type of record.

Return Value

Type: RecordWriterT
A record writer for the channel.

Implements

IOutputChannelCreateRecordWriterT
See Also