Package | Description |
---|---|
rx.plugins |
Modifier and Type | Method and Description |
---|---|
static RxJavaSchedulersHook |
RxJavaSchedulersHook.getDefaultInstance() |
RxJavaSchedulersHook |
RxJavaPlugins.getSchedulersHook()
Retrieves the instance of
RxJavaSchedulersHook to use based on order of precedence as defined
in the RxJavaPlugins class header. |
Modifier and Type | Method and Description |
---|---|
void |
RxJavaPlugins.registerSchedulersHook(RxJavaSchedulersHook impl)
Registers an
RxJavaSchedulersHook implementation as a global override of any injected or
default implementations. |
Copyright © 2015. All Rights Reserved.