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