Interface Stage.PublisherStage

  • All Superinterfaces:
    Stage
    Enclosing interface:
    Stage

    public static interface Stage.PublisherStage
    extends Stage
    A publisher stage.

    The given publisher must be subscribed to whatever subscriber is provided to this graph, via any other subsequent stages.

    • Method Detail

      • getRsPublisher

        org.reactivestreams.Publisher<?> getRsPublisher()
        The publisher.
        Returns:
        The publisher.