| Class | Description |
|---|---|
| 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 |
A publisher to which an
InputStream can be written. |
| InputStreamSubscriber |
Adapts a
Subscriber to a InputStream. |
| LimitingSubscriber<T> | |
| OutputStreamPublisher |
Adapts a
Publisher to an OutputStream. |
| SequentialSubscriber<T> |
A simple implementation of
Subscriber that requests data one at a time. |
| SimplePublisher<T> |
A
Publisher to which callers can SimplePublisher.send(Object) messages, simplifying the process of implementing a publisher. |
| 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.
|
| Enum | Description |
|---|---|
| ByteBufferStoringSubscriber.TransferResult |
The result of
ByteBufferStoringSubscriber.transferTo(ByteBuffer). |
| StoringSubscriber.EventType |
Copyright © 2023. All rights reserved.