| Package | Description |
|---|---|
| rx.plugins |
| Class and Description |
|---|
| RxJavaErrorHandler
Abstract class for defining error handling logic in addition to the normal
Observer behavior.
|
| 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 (see get methods for property names) default implementation
|
| RxJavaSchedulersHook
This plugin class provides 2 ways to customize
Scheduler functionality 1.
|