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