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