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 RxJavaSchedulersHookRxJavaSchedulersHook.DEFAULT_INSTANCEFields in rx.plugins with type parameters of type RxJavaSchedulersHookModifier and TypeFieldDescriptionprivate final AtomicReference<RxJavaSchedulersHook> RxJavaPlugins.schedulersHookMethods in rx.plugins that return RxJavaSchedulersHookModifier and TypeMethodDescriptionstatic RxJavaSchedulersHookRxJavaSchedulersHook.getDefaultInstance()RxJavaPlugins.getSchedulersHook()Retrieves the instance ofRxJavaSchedulersHookto use based on order of precedence as defined in theRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaSchedulersHookModifier and TypeMethodDescriptionvoidRxJavaPlugins.registerSchedulersHook(RxJavaSchedulersHook impl) Registers anRxJavaSchedulersHookimplementation as a global override of any injected or default implementations.