| Package | Description |
|---|---|
| io.smallrye.mutiny.operators.multi.multicast |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPublishOp.connect(ConnectableMultiConnection connection) |
protected abstract void |
ConnectableMulti.connect(ConnectableMultiConnection connection)
Allows this
ConnectableMulti to start emitting the items from its upstream Multi to
its Subscribers. |
| Constructor and Description |
|---|
MultiConnectAfter(ConnectableMulti<T> upstream,
int numberOfSubscribers,
ConnectableMultiConnection connection) |
Copyright © 2019–2020 SmallRye. All rights reserved.