Package io.smallrye.mutiny.streams.operators
-
Interface Summary Interface Description ProcessingStage<I,O> Defines a processing stage - so a stream transformation.ProcessingStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> Factory to createProcessingStageinstances.PublisherStage<O> Specialization of theProcessingStagefor data sources (publishers).PublisherStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> Factory to createPublisherStageinstances.TerminalStage<I,O> Defines a terminal stage - so a stream subscription and observation.TerminalStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> Factory to createTerminalStageinstances. -
Class Summary Class Description Operator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> ProcessorOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage> TerminalOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>