CompletionStageMappingOrderedPublisher<D,U> |
A reactive Publisher that bridges over another Publisher of `D` and maps the results
to type `U` via a CompletionStage, handling errors in that stage but keeps the results
in order of downstream publishing.
|
CompletionStageMappingPublisher<D,U> |
A reactive Publisher that bridges over another Publisher of `D` and maps the results
to type `U` via a CompletionStage, handling errors in that stage
|
CompletionStageOrderedSubscriber<U,D> |
This subscriber can be used to map between a Publisher of U
elements and map them into CompletionStage of D promises, and it keeps them in the order
the Publisher provided them.
|
CompletionStageSubscriber<U,D> |
This subscriber can be used to map between a Publisher of U
elements and map them into CompletionStage of D promises.
|
DelegatingSubscription |
A simple subscription that delegates to another
|
SingleSubscriberPublisher<T> |
A Publisher of things that are buffered and handles a single subscriber at a time.
|
SubscriptionPublisher |
Subscription queries return an instance of this class in the ExecutionResult data element
for the subscribed field.
|