All Classes and Interfaces

Class
Description
Makes intentional blocking when waiting for CompletableFuture more convenient with Awaitable.await() and Awaitable.await(long, java.util.concurrent.TimeUnit) methods.
Emitting publisher for manual publishing with built-in buffer for handling backpressure.
Fluent API builder to create BufferedEmittingPublisher.
A collector accumulates the items provided when Collector.collect(java.lang.Object) is invoked and makes them available in a single container object with Collector.value().
CompletionStage wrapper enriched with Awaitable.
Single as CompletionStage.
Concat streams to one.
Emitting publisher for manual publishing on the same thread.
Create reactive stream from standard IO resources.
Fluent API builder for creating a Multi from a ReadableByteChannel.
Fluent API builder for creating a Multi from an InputStream.
Fluent API builder for creating a subscriber consuming Multi<ByteBuffer> to WritableByteChannel.
Fluent API builder for OutputStreamMulti.
Represents a Flow.Publisher emitting zero or more items, optionally followed by an error or completion.
Deprecated, for removal: This API element is subject to removal in a future version.
please use OutputStreamMulti instead
Intercept the calls to the various Flow interface methods and calls the appropriate user callbacks.
Multi tapped publisher builder to register custom callbacks.
A completion stage that allows processing of cases when the element is present and when not.
Output stream that Flow.Publisher publishes any data written to it as ByteBuffer events.
Requested event counter.
Defines delay for next read/poll operation in a polling publisher.
Wrapper Flow.Subscriber ensuring OnSubscribe, onNext, onError and onComplete to be signaled serially.
Represents a Flow.Publisher that may: signal one item then completes, complete without an item or signal an error.
A subscriber container that accepts only a single, one-time subscriber registration.
Helper methods for stream validation.
Decorated publisher that allows subscribing to individual events with java functions.
Helper enum with a singleton cancellation indicator and utility methods to perform atomic actions on Flow.Subscriptions.