Uses of Interface
io.reactivex.rxjava3.processors.ReplayProcessor.ReplayBuffer
-
Packages that use ReplayProcessor.ReplayBuffer Package Description io.reactivex.rxjava3.processors Classes representing so-called hot backpressure-aware sources, aka processors, that implement theFlowableProcessor
class, the Reactive StreamsProcessor
interface to allow forms of multicasting events to one or more subscribers as well as consuming another Reactive StreamsPublisher
. -
-
Uses of ReplayProcessor.ReplayBuffer in io.reactivex.rxjava3.processors
Classes in io.reactivex.rxjava3.processors that implement ReplayProcessor.ReplayBuffer Modifier and Type Class Description (package private) static class
ReplayProcessor.SizeAndTimeBoundReplayBuffer<T>
(package private) static class
ReplayProcessor.SizeBoundReplayBuffer<T>
(package private) static class
ReplayProcessor.UnboundedReplayBuffer<T>
Fields in io.reactivex.rxjava3.processors declared as ReplayProcessor.ReplayBuffer Modifier and Type Field Description (package private) ReplayProcessor.ReplayBuffer<T>
ReplayProcessor. buffer
Constructors in io.reactivex.rxjava3.processors with parameters of type ReplayProcessor.ReplayBuffer Constructor Description ReplayProcessor(ReplayProcessor.ReplayBuffer<@NonNull T> buffer)
Constructs a ReplayProcessor with the given custom ReplayBuffer instance.
-