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

    • Method Detail

      • create

        <I,​O> TerminalStage<I,​O> create​(Engine engine,
                                                    T stage)
        Creates the instance.
        Type Parameters:
        I - incoming data
        O - computed result
        Parameters:
        engine - the reactive engine, must not be null
        stage - the stage, must not be null
        Returns:
        the terminal stage, must not be null