Package io.smallrye.mutiny.operators.multi.multicast
-
Class Summary Class Description ConnectableMulti<T> AConnectableMultiis similar to a regularMulti, except that it does not begin emitting items (from upstream to downstream) when it is subscribed to, but only when itsConnectableMulti.connect(io.smallrye.mutiny.operators.multi.multicast.ConnectableMultiConnection)method is called.ConnectableMultiConnection MultiConnectAfter<T> AMultisubscribing 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> AMultistays connected to the source as long as there is at least one subscription.MultiReferenceCountSubscriber<T>