Interface | Description |
---|---|
SingleSubscriberPublisher.OnSubscriptionCallback |
This is called when a subscription is made to the publisher
|
Class | Description |
---|---|
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
|
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.
|