Class SinkStreamlet<R>

  • All Implemented Interfaces:
    StreamletBase<R>

    public class SinkStreamlet<R>
    extends StreamletBaseImpl<R>
    SinkStreamlet represents en empty Streamlet that is made up of elements from the parent streamlet after consuming every element. Since elements of the parents are just consumed by the user passed consumer function, nothing is emitted, thus this streamlet is empty.