Class PeekStageFactory

    • Constructor Detail

      • PeekStageFactory

        public PeekStageFactory()
    • Method Detail

      • create

        public <I,​O> ProcessingStage<I,​O> create​(Engine engine,
                                                             org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek stage)
        Description copied from interface: ProcessingStageFactory
        Creates the instance.
        Specified by:
        create in interface ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Peek>
        Type Parameters:
        I - input data
        O - output data
        Parameters:
        engine - the reactive engine
        stage - the stage
        Returns:
        the created processing stage, should never be null