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