Uses of Interface
io.reactivex.rxjava3.processors.ReplayProcessor.ReplayBuffer
Packages that use ReplayProcessor.ReplayBuffer
Package
Description
Classes representing so-called hot backpressure-aware sources, aka processors,
that implement the
FlowableProcessor class,
the Reactive Streams Processor interface
to allow forms of multicasting events to one or more subscribers as well as consuming another
Reactive Streams Publisher.-
Uses of ReplayProcessor.ReplayBuffer in io.reactivex.rxjava3.processors
Classes in io.reactivex.rxjava3.processors that implement ReplayProcessor.ReplayBufferModifier and TypeClassDescription(package private) static final class(package private) static final class(package private) static final classFields in io.reactivex.rxjava3.processors declared as ReplayProcessor.ReplayBufferModifier and TypeFieldDescription(package private) final ReplayProcessor.ReplayBuffer<T> ReplayProcessor.bufferConstructors in io.reactivex.rxjava3.processors with parameters of type ReplayProcessor.ReplayBufferModifierConstructorDescription(package private)Constructs a ReplayProcessor with the given custom ReplayBuffer instance.