| Class | Description |
|---|---|
| CancellablePublisher<T> |
Wrapped a source publisher and make it cancellable on demand.
|
| CancellationSubscriber<T> | |
| Casts |
Cosmetic cast / generic / erasure fixes.
|
| CompletionStageToPublisher | |
| ConnectableProcessor<T> |
A processor forwarding to a subscriber.
|
| CouplingProcessor<I,O> | |
| DefaultSubscriberWithCompletionStage<T,R> | |
| DelegatingSubscriber<O> |
A subscriber delegating to another subscriber and enforcing that parameters are not
null |
| EmptySubscription |
A
implementation ignoring everything. |
| FlowableCollector<T,A,R> |
Collect elements of the upstream with the help of the Collector'subscription callback functions.
|
| WrappedProcessor<T> |
Processor wrapping a publisher and subscriber, and connect them
|
| WrappedSubscriber<T> | |
| WrappedSubscription |
Copyright © 2018–2019 SmallRye. All rights reserved.