Uses of Package
rx.plugins
-
Packages that use rx.plugins Package Description rx.plugins 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.plugins Class Description RxJavaCompletableExecutionHook Abstract ExecutionHook with invocations at different lifecycle points ofCompletableexecution with a default no-op implementation.RxJavaErrorHandler Abstract class for defining error handling logic in addition to the normalObserver.onError(Throwable)behavior.RxJavaObservableExecutionHook Abstract ExecutionHook with invocations at different lifecycle points ofObservableexecution with a default no-op implementation.RxJavaObservableExecutionHookDefault Default no-op implementation ofRxJavaObservableExecutionHookRxJavaPlugins Registry 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 implementationRxJavaSchedulersHook This plugin class provides 2 ways to customizeSchedulerfunctionality 1.RxJavaSingleExecutionHook Abstract ExecutionHook with invocations at different lifecycle points ofSingleexecution with a default no-op implementation.RxJavaSingleExecutionHookDefault Default no-op implementation ofRxJavaSingleExecutionHook