| Class | Description |
|---|---|
| BlockingIterable<T> | |
| EmptyUniSubscription |
An implementation of
UniSubscription ignoring all call to EmptyUniSubscription.cancel(). |
| ExponentialBackoff | |
| HalfSerializer |
Methods to implement half-serialization: a form of serialization where
onNext is guaranteed to be
called from a single thread but onError or onComplete may be called from any threads. |
| MultiEmitterProcessor<T> | |
| ParameterValidation |
A class to validate method parameters.
|
| Predicates | |
| StrictMultiSubscriber<T> |
Ensures that the events between the upstream and downstream follow
the Reactive Streams specification.
|
| Subscriptions | |
| Subscriptions.CancelledSubscriber<X> | |
| Subscriptions.DeferredSubscription | |
| Subscriptions.EmptySubscription | |
| UniCallbackSubscriber<T> |
Implementation of a
UniSubscriber based on callbacks. |
Copyright © 2019–2020 SmallRye. All rights reserved.