Uses of Class
rx.plugins.RxJavaObservableExecutionHook
Packages that use RxJavaObservableExecutionHook
Package
Description
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.pluginsModifier and TypeClassDescription(package private) final class
Default no-op implementation ofRxJavaObservableExecutionHook
Fields in rx.plugins with type parameters of type RxJavaObservableExecutionHookModifier and TypeFieldDescriptionprivate final AtomicReference
<RxJavaObservableExecutionHook> RxJavaPlugins.observableExecutionHook
Methods in rx.plugins that return RxJavaObservableExecutionHookModifier and TypeMethodDescriptionRxJavaObservableExecutionHookDefault.getInstance()
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 RxJavaObservableExecutionHookModifier and TypeMethodDescriptionvoid
RxJavaPlugins.registerObservableExecutionHook
(RxJavaObservableExecutionHook impl) Register anRxJavaObservableExecutionHook
implementation as a global override of any injected or default implementations.