All Classes and Interfaces

Class
Description
A Publisher that uses an ExecutorService to emit a single result.
Interface that exposes a callback to indicate when an operation has been completed.
Adapts a CompletableFuture to a Publisher.
A Subscriber that tracks completion state using a AtomicBoolean.
This is a Processor that does not change the stream, but allows the upstream Publisher and downstream Subscriber to be set independently in any order.
Base interface for classes that emit data.
This class waits for the first item of a publisher before completing an ExecutionFlow with a publisher containing the same items.
Utilities for working with raw Publisher instances.
A publisher for a value.
A publisher that throws an error.
Maps the next result or supplies an empty result.
Marker interface for any micronaut produced publishers.
Static optimizations for the class.
Reactive propagation of PropagatedContext.
Implementation of TypeInformationProvider for reactive streams.
Registers converters for Reactive types such as Publisher.
Reactor propagation of PropagatedContext.
Annotation that can be used to describe that an API emits a single result even if the return type is a Publisher.
A Processor that only allows a single Subscriber
A Publisher that only allows a single Subscriber.
A Reactive streams Processor designed to be used within a single thread and manage back pressure state.
A Subscriber designed to be used by a single thread that buffers incoming data for the purposes of managing back pressure.
Back pressure state.
A subscriber that is aware of the target type.