| Package | Description |
|---|---|
| io.smallrye.mutiny | |
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
MultiOnCompletion<T> |
Multi.onCompletion()
Allows configuring the actions or continuation to execute when this
Multi fires the completion event. |
| Modifier and Type | Method and Description |
|---|---|
MultiOnCompletion<T> |
MultiOnEvent.completion()
Configures the action to execute when the observed
Multi emits the completion event. |
| Modifier and Type | Method and Description |
|---|---|
MultiOnCompletion<T> |
AbstractMulti.onCompletion() |
Copyright © 2019–2020 SmallRye. All rights reserved.