| 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 |
| MultiOnCancel |
| MultiOnCompletion |
| MultiOnEvent
Deprecated.
Use the specialized groups in
Multi, e.g. Multi.onItem() or Multi.onSubscribe() instead |
| MultiOnFailure
Configures the failure handler.
|
| MultiOnItem |
| MultiOnRequest |
| 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 |
| UniMemoize |
| UniOnCancel |
| UniOnEvent
Deprecated.
Use the specialized groups in
Uni instead, e.g. Uni.onItem() or Uni.onTermination(). |
| 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 |
| MultiOnCancel |
| MultiOnCompletion |
| MultiOnFailure
Configures the failure handler.
|
| MultiOnItem |
| MultiOnRequest |
| MultiOnSubscribe
Group to configure the action to execute when the observed
Multi sends a Subscription. |
| MultiOnTerminate |
| 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. |
| UniOnCancel |
| UniOnFailure
Configures the failure handler.
|
| UniOnItem |
| UniOnItemDelay
Configures the delay applied to the item emission.
|
| UniOnItemIgnore |
| UniOnItemOrFailure |
| UniOnNotNull |
| UniOnNull |
| UniOnSubscribe
Group to configure the action to execute when the observed
Uni sends a UniSubscription. |
| UniOnTerminate |
| 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 |
| MultiOnCancel |
| MultiOnCompletion |
| MultiOnEvent
Deprecated.
Use the specialized groups in
Multi, e.g. Multi.onItem() or Multi.onSubscribe() instead |
| MultiOnFailure
Configures the failure handler.
|
| MultiOnItem |
| MultiOnRequest |
| 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 |
| UniMemoize |
| UniOnCancel |
| UniOnEvent
Deprecated.
Use the specialized groups in
Uni instead, e.g. Uni.onItem() or Uni.onTermination(). |
| 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.