Uses of Class
rx.plugins.RxJavaSchedulersHook
Packages that use RxJavaSchedulersHook
Package
Description
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
-
Uses of RxJavaSchedulersHook in rx.plugins
Fields in rx.plugins declared as RxJavaSchedulersHookModifier and TypeFieldDescriptionprivate static final RxJavaSchedulersHook
RxJavaSchedulersHook.DEFAULT_INSTANCE
Fields in rx.plugins with type parameters of type RxJavaSchedulersHookModifier and TypeFieldDescriptionprivate final AtomicReference
<RxJavaSchedulersHook> RxJavaPlugins.schedulersHook
Methods in rx.plugins that return RxJavaSchedulersHookModifier and TypeMethodDescriptionstatic RxJavaSchedulersHook
RxJavaSchedulersHook.getDefaultInstance()
RxJavaPlugins.getSchedulersHook()
Retrieves the instance ofRxJavaSchedulersHook
to use based on order of precedence as defined in theRxJavaPlugins
class header.Methods in rx.plugins with parameters of type RxJavaSchedulersHookModifier and TypeMethodDescriptionvoid
RxJavaPlugins.registerSchedulersHook
(RxJavaSchedulersHook impl) Registers anRxJavaSchedulersHook
implementation as a global override of any injected or default implementations.