| Package | Description |
|---|---|
| rx.android.plugins |
| Modifier and Type | Method and Description |
|---|---|
static RxAndroidSchedulersHook |
RxAndroidSchedulersHook.getDefaultInstance()
|
RxAndroidSchedulersHook |
RxAndroidPlugins.getSchedulersHook()
Retrieves the instance of
RxAndroidSchedulersHook to use based on order of precedence as defined in the
RxAndroidPlugins class header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RxAndroidPlugins.registerSchedulersHook(RxAndroidSchedulersHook
Registers an
RxAndroidSchedulersHook implementation as a global override of any injected or default implementations.
|