Class SplitStreamlet<R>

  • All Implemented Interfaces:
    Streamlet<R>, StreamletBase<R>

    public class SplitStreamlet<R>
    extends StreamletImpl<R>
    SplitStreamlet represents a Streamlet that splits an incoming stream into multiple streams using a split function. Each tuple can be emitted into no or multiple streams.