Class PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
- java.lang.Object
-
- io.smallrye.reactive.streams.operators.Operator<T>
-
- io.smallrye.reactive.streams.operators.PublisherOperator<T>
-
-
Constructor Summary
Constructors Constructor Description PublisherOperator(Class<T> clazz, PublisherStageFactory<T> factory)
-
-
-
Constructor Detail
-
PublisherOperator
public PublisherOperator(Class<T> clazz, PublisherStageFactory<T> factory)
-
-
Method Detail
-
create
public PublisherStage create(Engine engine, T stage)
-
-