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 RxJavaSchedulersHook
RxJavaSchedulersHook. DEFAULT_INSTANCE
Fields in rx.plugins with type parameters of type RxJavaSchedulersHook Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<RxJavaSchedulersHook>
RxJavaPlugins. schedulersHook
Methods in rx.plugins that return RxJavaSchedulersHook Modifier and Type Method Description static RxJavaSchedulersHook
RxJavaSchedulersHook. getDefaultInstance()
RxJavaSchedulersHook
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 RxJavaSchedulersHook Modifier and Type Method Description void
RxJavaPlugins. registerSchedulersHook(RxJavaSchedulersHook impl)
Registers anRxJavaSchedulersHook
implementation as a global override of any injected or default implementations.
-