| Package | Description |
|---|---|
| rx.plugins |
| Modifier and Type | Method and Description |
|---|---|
RxJavaObservableExecutionHook |
RxJavaPlugins.getObservableExecutionHook()
Retrieves the instance of
RxJavaObservableExecutionHook to use based on order of precedence as defined in
RxJavaPlugins class header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RxJavaPlugins.registerObservableExecutionHook(RxJavaObservableExecutionHook
Register an
RxJavaObservableExecutionHook implementation as a global override of any injected or default implementations.
|