| Class | Description |
|---|---|
| ConnectableMulti<T> |
A
ConnectableMulti is similar to a regular Multi, except that it does not begin
emitting items (from upstream to downstream) when it is subscribed to, but only when its ConnectableMulti.connect(io.smallrye.mutiny.operators.multi.multicast.ConnectableMultiConnection) method is
called. |
| ConnectableMultiConnection | |
| MultiConnectAfter<T> |
A
Multi subscribing upstream when a number of subscribers is reached. |
| MultiPublishOp<T> |
A connectable observable which shares an underlying source and dispatches source values to subscribers in a
back-pressure-aware manner.
|
| MultiReferenceCount<T> |
A
Multi stays connected to the source as long as there is at least one subscription. |
| MultiReferenceCountSubscriber<T> |
Copyright © 2019–2020 SmallRye. All rights reserved.