Package | Description |
---|---|
rx.plugins |
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
|
Class and 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. |
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. |
Copyright © 2018. All rights reserved.