DispatchWorkProcessor
and generic utilities for FlowableProcessor
s
via FlowableProcessors
methods.See: Description
Class | Description |
---|---|
DispatchWorkProcessor<T> |
A
FlowableProcessor variant that queues up items and dispatches them asynchronously
so that one of the currently subscribed Subscriber s can pick it up one by
one, otherwise* cache it until at least an Subscriber subscribes. |
FlowableProcessors |
Utility methods to work with Reactive-Streams Processors and RxJava 2 FlowableProcessors.
|
DispatchWorkProcessor
and generic utilities for FlowableProcessor
s
via FlowableProcessors
methods.