Uses of Class
io.reactivex.rxjava3.processors.BehaviorProcessor.BehaviorSubscription
Packages that use BehaviorProcessor.BehaviorSubscription
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.BehaviorSubscription in io.reactivex.rxjava3.processors
Fields in io.reactivex.rxjava3.processors declared as BehaviorProcessor.BehaviorSubscriptionModifier and TypeFieldDescription(package private) static final BehaviorProcessor.BehaviorSubscription[]BehaviorProcessor.EMPTY(package private) static final BehaviorProcessor.BehaviorSubscription[]BehaviorProcessor.TERMINATEDMethods in io.reactivex.rxjava3.processors that return BehaviorProcessor.BehaviorSubscriptionMethods in io.reactivex.rxjava3.processors with parameters of type BehaviorProcessor.BehaviorSubscriptionModifier and TypeMethodDescription(package private) booleanBehaviorProcessor.add(BehaviorProcessor.BehaviorSubscription<@NonNull T> rs) (package private) voidBehaviorProcessor.remove(BehaviorProcessor.BehaviorSubscription<@NonNull T> rs)