Uses of Class
rx.plugins.RxJavaSchedulersHook
-
Packages that use RxJavaSchedulersHook Package Description rx.plugins 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 RxJavaSchedulersHook Modifier and Type Field Description private static RxJavaSchedulersHookRxJavaSchedulersHook. DEFAULT_INSTANCEFields in rx.plugins with type parameters of type RxJavaSchedulersHook Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<RxJavaSchedulersHook>RxJavaPlugins. schedulersHookMethods in rx.plugins that return RxJavaSchedulersHook Modifier and Type Method Description static RxJavaSchedulersHookRxJavaSchedulersHook. getDefaultInstance()RxJavaSchedulersHookRxJavaPlugins. getSchedulersHook()Retrieves the instance ofRxJavaSchedulersHookto use based on order of precedence as defined in theRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaSchedulersHook Modifier and Type Method Description voidRxJavaPlugins. registerSchedulersHook(RxJavaSchedulersHook impl)Registers anRxJavaSchedulersHookimplementation as a global override of any injected or default implementations.
-