Interface StreamConsumer<T>

Type Parameters:
T - type of the subscription request argument
All Superinterfaces:
AsynchronousCloseable, AutoCloseable

public interface StreamConsumer<T> extends AsynchronousCloseable
Accepted stream consumer.