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) class
RxJavaObservableExecutionHookDefault
Default no-op implementation ofRxJavaObservableExecutionHook
Fields in rx.plugins with type parameters of type RxJavaObservableExecutionHook Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<RxJavaObservableExecutionHook>
RxJavaPlugins. observableExecutionHook
Methods in rx.plugins that return RxJavaObservableExecutionHook Modifier and Type Method Description static RxJavaObservableExecutionHook
RxJavaObservableExecutionHookDefault. getInstance()
RxJavaObservableExecutionHook
RxJavaPlugins. getObservableExecutionHook()
Retrieves the instance ofRxJavaObservableExecutionHook
to use based on order of precedence as defined inRxJavaPlugins
class header.Methods in rx.plugins with parameters of type RxJavaObservableExecutionHook Modifier and Type Method Description void
RxJavaPlugins. registerObservableExecutionHook(RxJavaObservableExecutionHook impl)
Register anRxJavaObservableExecutionHook
implementation as a global override of any injected or default implementations.
-