Class FromCompletionStageFactory

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

    public class FromCompletionStageFactory
    extends java.lang.Object
    implements PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStage>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <O> PublisherStage<O> create​(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStage stage)
      Creates the instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FromCompletionStageFactory

        public FromCompletionStageFactory()
    • Method Detail

      • create

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