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 classDefault no-op implementation ofRxJavaObservableExecutionHookFields in rx.plugins with type parameters of type RxJavaObservableExecutionHookModifier and TypeFieldDescriptionprivate final AtomicReference<RxJavaObservableExecutionHook> RxJavaPlugins.observableExecutionHookMethods in rx.plugins that return RxJavaObservableExecutionHookModifier and TypeMethodDescriptionRxJavaObservableExecutionHookDefault.getInstance()RxJavaPlugins.getObservableExecutionHook()Retrieves the instance ofRxJavaObservableExecutionHookto use based on order of precedence as defined inRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaObservableExecutionHookModifier and TypeMethodDescriptionvoidRxJavaPlugins.registerObservableExecutionHook(RxJavaObservableExecutionHook impl) Register anRxJavaObservableExecutionHookimplementation as a global override of any injected or default implementations.