Package io.smallrye.mutiny.streams.operators
package io.smallrye.mutiny.streams.operators
-
ClassDescriptionOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>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.ProcessorOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>PublisherOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>Specialization of theProcessingStagefor data sources (publishers).PublisherStageFactory<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>Factory to createPublisherStageinstances.TerminalOperator<T extends org.eclipse.microprofile.reactive.streams.operators.spi.Stage>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.