See: Description
Class | Description |
---|---|
RxJavaCompletableExecutionHook |
Abstract ExecutionHook with invocations at different lifecycle points of
Completable execution with a
default no-op implementation. |
RxJavaErrorHandler |
Abstract class for defining error handling logic in addition to the normal
Observer.onError(Throwable) behavior. |
RxJavaHooks |
Utility class that holds hooks for various Observable, Single and Completable lifecycle-related
points as well as Scheduler hooks.
|
RxJavaObservableExecutionHook |
Abstract ExecutionHook with invocations at different lifecycle points of
Observable execution with a
default no-op implementation. |
RxJavaPlugins |
Registry for plugin implementations that allows global override and handles the retrieval of correct
implementation based on order of precedence:
plugin registered globally via
register methods in this class
plugin registered and retrieved using System.getProperty(String) (see get methods for
property names)
default implementation
|
RxJavaSchedulersHook |
This plugin class provides 2 ways to customize
Scheduler functionality
1. |
RxJavaSingleExecutionHook |
Abstract ExecutionHook with invocations at different lifecycle points of
Single execution with a
default no-op implementation. |