Class SubscriberSource<Out>

  • All Implemented Interfaces:
    Graph<SourceShape<Out>,​org.reactivestreams.Subscriber<Out>>, StreamLayout.AtomicModule<SourceShape<Out>,​org.reactivestreams.Subscriber<Out>>

    public final class SubscriberSource<Out>
    extends SourceModule<Out,​org.reactivestreams.Subscriber<Out>>
    INTERNAL API Holds a Subscriber representing the input side of the flow. The Subscriber can later be connected to an upstream Publisher.