Class DispatchStreamProcessor<T>

java.lang.Object
io.reactivex.rxjava4.processors.DispatchStreamProcessor<T>
Type Parameters:
T - the element type of the input and output values
All Implemented Interfaces:
Streamable<T>, StreamProcessor<T,T>, StreamSink<T>

public final class DispatchStreamProcessor<T> extends Object implements StreamProcessor<T,T>
Signals the various next(Object) and finish(Throwable) events to one or more downstream Streamers.

This is equivalent with to a PublishProcessor or MulticastProcessor, adapted to the Streamable world.

Since:
4.0.0