Class MultiConnectAfter<T>

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

    public class MultiConnectAfter<T>
    extends MultiOperator<T,​T>
    A Multi subscribing upstream when a number of subscribers is reached.