| Class | Description |
|---|---|
| MultiBroadcast<T> |
Makes the upstream
Multi be able to broadcast its events (items, failure, and
completion) to multiple subscribers. |
| MultiCollect<T> | |
| MultiConcat | |
| MultiConvert<T> | |
| MultiCreate |
Group methods allowing to create
Multi instances from various sources. |
| MultiCreateBy | |
| MultiFlatten<I,O> |
The object to tune the flatMap operation
|
| MultiGroup<T> | |
| MultiGroupIntoLists<T> | |
| MultiGroupIntoMultis<T> | |
| MultiIfEmpty<T> | |
| MultiItemCombination | |
| MultiMerge | |
| MultiOnCompletion<T> | |
| MultiOnEvent<T> |
Allows configuring the action to execute on each type of events emitted by a
Multi or by
a Subscriber |
| MultiOnFailure<T> |
Configures the failure handler.
|
| MultiOnItem<T> | |
| MultiOnSubscribe<T> |
Group to configure the action to execute when the observed
Multi sends a Subscription. |
| MultiOnTerminate<T> | |
| MultiOverflow<T> | |
| MultiRepetition | |
| MultiResource<R,I> |
Allows configuring a finalizer to close the resource attached to the stream.
|
| MultiRetry<T> | |
| MultiSubscribe<T> | |
| MultiTimePeriod | |
| MultiTransform<T> | |
| UniAndGroup<T1> | |
| UniAndGroup2<T1,T2> |
Configures the combination of 2
unis. |
| UniAndGroup3<T1,T2,T3> | |
| UniAndGroup4<T1,T2,T3,T4> | |
| UniAndGroup5<T1,T2,T3,T4,T5> | |
| UniAndGroup6<T1,T2,T3,T4,T5,T6> | |
| UniAndGroup7<T1,T2,T3,T4,T5,T6,T7> | |
| UniAndGroup8<T1,T2,T3,T4,T5,T6,T7,T8> | |
| UniAndGroup9<T1,T2,T3,T4,T5,T6,T7,T8,T9> | |
| UniAndGroupIterable<T1> | |
| UniAny | |
| UniAwait<T> |
Waits and returns the item emitted by the
Uni. |
| UniAwaitOptional<T> | |
| UniCombine | |
| UniConvert<T> | |
| UniCreate |
Group methods allowing to create
Uni instances from various sources. |
| UniIfNoItem<T> | |
| UniOnEvent<T> |
Allows configuring the action to execute on each type of events emitted by a
Uni or by
a UniSubscriber |
| UniOnFailure<T> |
Configures the failure handler.
|
| UniOnItem<T> | |
| UniOnItemDelay<T> |
Configures the delay applied to the item emission.
|
| UniOnItemIgnore<T> | |
| UniOnItemOrFailure<T> | |
| UniOnNotNull<T> | |
| UniOnNull<T> | |
| UniOnSubscribe<T> |
Group to configure the action to execute when the observed
Uni sends a UniSubscription. |
| UniOnTerminate<T> | |
| UniOnTimeout<T> | |
| UniOr<T> | |
| UniRepeat<T> | |
| UniRetry<T> | |
| UniSubscribe<T> |
Allow subscribing to a
Uni to be notified of the different events coming from upstream. |
| UniZip |
Copyright © 2019–2020 SmallRye. All rights reserved.