LossSinkNode
class LossSinkNode<InputT>(label: String, source: PushInputChannel<InputT>) : DefaultSinkNode<InputT> , LossSink<InputT>
A sink that represents entities lost or discarded from the system.
Parameters
InputT
the type of entities received
label
the name of this node
source
the input channel from which entities are received