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 Summary
Constructors -
Method Summary
-
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:PublisherStageFactoryCreates the instance.- Specified by:
createin interfacePublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.Of>- Type Parameters:
O- output data- Parameters:
engine- the reactive enginestage- the stage- Returns:
- the created processing stage, should never be
null
-