Uses of Package
rx.plugins
Packages that use rx.plugins
Package
Description
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
-
Classes in rx.plugins used by rx.pluginsClassDescriptionAbstract ExecutionHook with invocations at different lifecycle points of
Completable
execution with a default no-op implementation.Abstract class for defining error handling logic in addition to the normalObserver.onError(Throwable)
behavior.Abstract ExecutionHook with invocations at different lifecycle points ofObservable
execution with a default no-op implementation.Default no-op implementation ofRxJavaObservableExecutionHook
Registry for plugin implementations that allows global override and handles the retrieval of correct implementation based on order of precedence: plugin registered globally viaregister
methods in this class plugin registered and retrieved usingSystem.getProperty(String)
(see get methods for property names) default implementationThis plugin class provides 2 ways to customizeScheduler
functionality 1.Abstract ExecutionHook with invocations at different lifecycle points ofSingle
execution with a default no-op implementation.Default no-op implementation ofRxJavaSingleExecutionHook