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 theFlowableProcessorclass, the Reactive StreamsProcessorinterface 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 classReplayProcessor.SizeAndTimeBoundReplayBuffer<T>(package private) static classReplayProcessor.SizeBoundReplayBuffer<T>(package private) static classReplayProcessor.UnboundedReplayBuffer<T>Fields in io.reactivex.rxjava3.processors declared as ReplayProcessor.ReplayBuffer Modifier and Type Field Description (package private) ReplayProcessor.ReplayBuffer<T>ReplayProcessor. bufferConstructors 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.
-