AddingTrailingDataSubscriber<T> |
Allows to send trailing data before invoking onComplete on the downstream subscriber.
|
BufferingSubscriber<T> |
|
ByteBufferStoringSubscriber |
An implementation of Subscriber that stores ByteBuffer events it receives for retrieval.
|
DelegatingSubscriber<T,U> |
|
DelegatingSubscription |
|
DemandIgnoringSubscription |
|
EventListeningSubscriber<T> |
A Subscriber that can invoke callbacks during various parts of the subscriber and subscription lifecycle.
|
FilteringSubscriber<T> |
|
FlatteningSubscriber<U> |
|
InputStreamConsumingPublisher |
|
InputStreamSubscriber |
|
IterablePublisher<T> |
|
LimitingSubscriber<T> |
|
OutputStreamPublisher |
|
SequentialSubscriber<T> |
A simple implementation of Subscriber that requests data one at a time.
|
SimplePublisher<T> |
|
StoringSubscriber<T> |
An implementation of Subscriber that stores the events it receives for retrieval.
|
StoringSubscriber.Event<T> |
An event stored for later retrieval by this subscriber.
|