public class FromCompletionStageNullableFactory extends Object implements PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable>
| Constructor and Description |
|---|
FromCompletionStageNullableFactory() |
| Modifier and Type | Method and Description |
|---|---|
<O> PublisherStage<O> |
create(Engine engine,
org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable stage)
Creates the instance.
|
public <O> PublisherStage<O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable stage)
PublisherStageFactorycreate in interface PublisherStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.FromCompletionStageNullable>O - output dataengine - the reactive enginestage - the stagenullCopyright © 2019–2020 SmallRye. All rights reserved.