| 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 |
| MultiOnItem |
| 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 |
| UniOnItem |
| 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. |
| 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 |
| MultiOnItem |
| 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 |
| UniOnItem |
| 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.