Interface StreamSubscriber<T>

Type Parameters:
T - type of the streamed data

public interface StreamSubscriber<T>
A receiver of streaming events.