| Awaitable |
|
| BufferedEmittingPublisher |
Emitting publisher for manual publishing with built-in buffer for handling backpressure.
|
| Collector |
|
| CompletionAwaitable |
|
| ConcatPublisher |
Concat streams to one.
|
| EmittingPublisher |
Emitting publisher for manual publishing on the same thread.
|
| IoMulti.MultiFromByteChannelBuilder |
|
| IoMulti.MultiFromInputStreamBuilder |
|
| IoMulti.OutputStreamMultiBuilder |
|
| Multi |
Represents a Flow.Publisher emitting zero or more items, optionally followed by
an error or completion.
|
| MultiFromOutputStream |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| MultiTappedPublisher |
Intercept the calls to the various Flow interface methods and calls the appropriate
user callbacks.
|
| MultiTappedPublisher.Builder |
Multi tapped publisher builder to register custom callbacks.
|
| OptionalCompletionStage |
A completion stage that allows processing of cases when the element
is present and when not.
|
| OutputStreamMulti |
|
| RetrySchema |
Defines delay for next read/poll operation in a polling publisher.
|
| SequentialSubscriber |
Wrapper Flow.Subscriber ensuring OnSubscribe, onNext, onError
and onComplete to be signaled serially.
|
| Single |
Represents a Flow.Publisher that may: signal one item then completes, complete without
an item or signal an error.
|
| Subscribable |
Decorated publisher that allows subscribing to individual events with java functions.
|
| SubscriptionHelper |
Helper enum with a singleton cancellation indicator and utility methods to perform
atomic actions on Flow.Subscriptions.
|