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
Completableexecution 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 ofObservableexecution with a default no-op implementation.Default no-op implementation ofRxJavaObservableExecutionHookRegistry for plugin implementations that allows global override and handles the retrieval of correct implementation based on order of precedence: plugin registered globally viaregistermethods in this class plugin registered and retrieved usingSystem.getProperty(String)(see get methods for property names) default implementationThis plugin class provides 2 ways to customizeSchedulerfunctionality 1.Abstract ExecutionHook with invocations at different lifecycle points ofSingleexecution with a default no-op implementation.Default no-op implementation ofRxJavaSingleExecutionHook