Class FlatMapCompletionStageFactory

java.lang.Object
io.smallrye.mutiny.streams.stages.FlatMapCompletionStageFactory
All Implemented Interfaces:
ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapCompletionStage>

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

    • FlatMapCompletionStageFactory

      public FlatMapCompletionStageFactory()
  • Method Details

    • create

      public <I, O> ProcessingStage<I,O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapCompletionStage stage)
      Description copied from interface: ProcessingStageFactory
      Creates the instance.
      Specified by:
      create in interface ProcessingStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FlatMapCompletionStage>
      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