Module io.smallrye.mutiny
Package io.smallrye.mutiny.operators.multi.processors
package io.smallrye.mutiny.operators.multi.processors
-
ClassesClassDescriptionImplementation of
Flow.Processorthat broadcast all subsequently observed items to its currentFlow.Subscribers.SerializedProcessor<I,O> Wraps a processor into a serialized version of this processor.Implementation of a processor using a queue to store items and allows a single subscriber to receive these items.