Interface EventStreamPipe<K,​V>

  • Type Parameters:
    K - the record-key type.
    V - the record-value type.

    public interface EventStreamPipe<K,​V>
    The EventStreamPipe is used to attached or detach an object that will be responsible to consume records send to an EventStream.
    Since:
    0.8.0
    See Also:
    EventStream.open(EventStreamPipe)