SinkNode
class SinkNode<InputT>(label: String, source: PushInputChannel<InputT>) : DefaultSinkNode<InputT> , OutputSink<InputT>
A sink that represents the output destination for successfully processed entities.
Parameters
InputT
the type of entities received
label
the name of this node
source
the input channel from which entities are received