public class SubscriberStageFactory extends Object implements TerminalStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.SubscriberStage>
Stage.SubscriberStage stage.| Constructor and Description |
|---|
SubscriberStageFactory() |
| Modifier and Type | Method and Description |
|---|---|
<I,O> TerminalStage<I,O> |
create(Engine engine,
org.eclipse.microprofile.reactive.streams.operators.spi.Stage.SubscriberStage stage)
Creates the instance.
|
public <I,O> TerminalStage<I,O> create(Engine engine, org.eclipse.microprofile.reactive.streams.operators.spi.Stage.SubscriberStage stage)
TerminalStageFactorycreate in interface TerminalStageFactory<org.eclipse.microprofile.reactive.streams.operators.spi.Stage.SubscriberStage>I - incoming dataO - computed resultengine - the reactive engine, must not be nullstage - the stage, must not be nullnullCopyright © 2019–2020 SmallRye. All rights reserved.