Interface PublisherStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>

    • Method Detail

      • create

        <O> PublisherStage<O> create​(Engine engine,
                                     T stage)
        Creates the instance.
        Type Parameters:
        O - output data
        Parameters:
        engine - the reactive engine
        stage - the stage
        Returns:
        the created processing stage, should never be null