Class MultiPublishOp<T>

  • Type Parameters:
    T - the value type
    All Implemented Interfaces:
    Multi<T>, org.reactivestreams.Publisher<T>

    public final class MultiPublishOp<T>
    extends ConnectableMulti<T>
    A connectable observable which shares an underlying source and dispatches source values to subscribers in a back-pressure-aware manner.