Class FromCompletionStageNullableFactory

  • All Implemented Interfaces:
    PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable>

    public class FromCompletionStageNullableFactory
    extends Object
    implements PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable>
    • Constructor Detail

      • FromCompletionStageNullableFactory

        public FromCompletionStageNullableFactory()
    • Method Detail

      • create

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