Uses of Class
rx.plugins.RxJavaObservableExecutionHook
-
Packages that use RxJavaObservableExecutionHook Package Description rx.plugins Callback types and a central plugin handler class to hook into the lifecycle of the base reactive types and schedulers. -
-
Uses of RxJavaObservableExecutionHook in rx.plugins
Subclasses of RxJavaObservableExecutionHook in rx.plugins Modifier and Type Class Description (package private) classRxJavaObservableExecutionHookDefaultDefault no-op implementation ofRxJavaObservableExecutionHookFields in rx.plugins with type parameters of type RxJavaObservableExecutionHook Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<RxJavaObservableExecutionHook>RxJavaPlugins. observableExecutionHookMethods in rx.plugins that return RxJavaObservableExecutionHook Modifier and Type Method Description static RxJavaObservableExecutionHookRxJavaObservableExecutionHookDefault. getInstance()RxJavaObservableExecutionHookRxJavaPlugins. getObservableExecutionHook()Retrieves the instance ofRxJavaObservableExecutionHookto use based on order of precedence as defined inRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaObservableExecutionHook Modifier and Type Method Description voidRxJavaPlugins. registerObservableExecutionHook(RxJavaObservableExecutionHook impl)Register anRxJavaObservableExecutionHookimplementation as a global override of any injected or default implementations.
-