Class ProcessorOperator<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.ProcessorOperator<T>
-
- All Implemented Interfaces:
java.util.function.Predicate<org.eclipse.microprofile.reactive.streams.operators.spi.Stage>
public class ProcessorOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> extends Operator<T>
-
-
Constructor Summary
Constructors Constructor Description ProcessorOperator(java.lang.Class<T> clazz, ProcessingStageFactory<T> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <I,O>
ProcessingStage<I,O>create(Engine engine, T stage)
-
-
-
Constructor Detail
-
ProcessorOperator
public ProcessorOperator(java.lang.Class<T> clazz, ProcessingStageFactory<T> factory)
-
-
Method Detail
-
create
public <I,O> ProcessingStage<I,O> create(Engine engine, T stage)
-
-