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