Class FromIterableStageFactory

java.lang.Object
io.smallrye.mutiny.streams.stages.FromIterableStageFactory
All Implemented Interfaces:
PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Of>

public class FromIterableStageFactory extends Object implements PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Of>
Implementation of the Stage.Of stage.
Author:
Clement Escoffier
  • Constructor Details

    • FromIterableStageFactory

      public FromIterableStageFactory()
  • Method Details

    • create

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