Uses of Class
io.reactivex.rxjava3.processors.BehaviorProcessor
Packages that use BehaviorProcessor
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 BehaviorProcessor in io.reactivex.rxjava3.processors
Methods in io.reactivex.rxjava3.processors that return BehaviorProcessorModifier and TypeMethodDescriptionstatic <T> @NonNull BehaviorProcessor<T> BehaviorProcessor.create()Creates aBehaviorProcessorwithout a default item.static <@NonNull T>
@NonNull BehaviorProcessor<T> BehaviorProcessor.createDefault(@NonNull T defaultValue) Creates aBehaviorProcessorthat emits the last item it observed and all subsequent items to eachSubscriberthat subscribes to it.