Package io.smallrye.mutiny.operators.multi.processors
-
Class Summary Class Description BroadcastProcessor<T> Implementation ofProcessorthat broadcast all subsequently observed items to its currentSubscribers.SerializedProcessor<I,O> Wraps a processor into a serialized version of this processor.UnicastProcessor<T> Implementation of a processor using a queue to store items and allows a single subscriber to receive these items.