Sink¶
Sink is an extension of the GraphElement and Output abstractions for pipeline sinks that can define their write format and options.
Contract¶
Format¶
format: String
Used when:
PipelinesHandleris requested to define a sink (output)SinkWriteis requested to start a stream
Options¶
options: Map[String, String]
Used when:
PipelinesHandleris requested to define a sink (output)SinkWriteis requested to start a stream