| Package | Description |
|---|---|
| io.smallrye.mutiny | |
| io.smallrye.mutiny.groups | |
| io.smallrye.mutiny.operators |
| Modifier and Type | Method and Description |
|---|---|
MultiBroadcast<T> |
Multi.broadcast()
Makes this
Multi be able to broadcast its events (items, failure, and completion)
to multiple subscribers. |
| Modifier and Type | Method and Description |
|---|---|
MultiBroadcast<T> |
MultiBroadcast.withCancellationAfterLastSubscriberDeparture()
Indicates that the subscription to the upstream
Multi is cancelled once all the subscribers have
cancelled their subscription. |
MultiBroadcast<T> |
MultiBroadcast.withCancellationAfterLastSubscriberDeparture(Duration delay)
Indicates that the subscription to the upstream
Multi is cancelled once all the subscribers have
cancelled their subscription. |
| Modifier and Type | Method and Description |
|---|---|
MultiBroadcast<T> |
AbstractMulti.broadcast() |
Copyright © 2019–2020 SmallRye. All rights reserved.