Interface PublisherStage<O>

  • All Superinterfaces:
    java.util.function.Supplier<Multi<O>>

    public interface PublisherStage<O>
    extends java.util.function.Supplier<Multi<O>>
    Specialization of the ProcessingStage for data sources (publishers).
    Author:
    Clement Escoffier
    • Method Detail

      • get

        Multi<O> get()
        Specified by:
        get in interface java.util.function.Supplier<O>
        Returns:
        the publisher.