Class MultiReferenceCount<T>

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

    public class MultiReferenceCount<T>
    extends AbstractMulti<T>
    implements Multi<T>
    A Multi stays connected to the source as long as there is at least one subscription.