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