Class FromCompletionStageNullableFactory
java.lang.Object
io.smallrye.mutiny.streams.stages.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<O> PublisherStage<O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable stage) Creates the instance.
-
Constructor Details
-
FromCompletionStageNullableFactory
public FromCompletionStageNullableFactory()
-
-
Method Details
-
create
public <O> PublisherStage<O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable stage) Description copied from interface:PublisherStageFactoryCreates the instance.- Specified by:
createin interfacePublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable>- Type Parameters:
O- output data- Parameters:
engine- the reactive enginestage- the stage- Returns:
- the created processing stage, should never be
null
-