Class PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
- java.lang.Object
-
- io.smallrye.mutiny.streams.operators.Operator<T>
-
- io.smallrye.mutiny.streams.operators.PublisherOperator<T>
-
- All Implemented Interfaces:
java.util.function.Predicate<org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
public class PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> extends Operator<T>
-
-
Constructor Summary
Constructors Constructor Description PublisherOperator(java.lang.Class<T> clazz, PublisherStageFactory<T> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublisherStagecreate(Engine engine, T stage)
-
-
-
Constructor Detail
-
PublisherOperator
public PublisherOperator(java.lang.Class<T> clazz, PublisherStageFactory<T> factory)
-
-
Method Detail
-
create
public PublisherStage create(Engine engine, T stage)
-
-