Class SerializedProcessor<I,O>

java.lang.Object
io.smallrye.mutiny.operators.multi.processors.SerializedProcessor<I,O>
Type Parameters:
I - the type of item from upstream
O - the type of item propagated to the downstream
All Implemented Interfaces:
Flow.Processor<I,O>, Flow.Publisher<O>, Flow.Subscriber<I>

public class SerializedProcessor<I,O> extends Object implements Flow.Processor<I,O>
Wraps a processor into a serialized version of this processor.