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