Uses of Class
rx.plugins.RxJavaCompletableExecutionHook
Packages that use RxJavaCompletableExecutionHook
Package
Description
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
-
Uses of RxJavaCompletableExecutionHook in rx.plugins
Fields in rx.plugins with type parameters of type RxJavaCompletableExecutionHookModifier and TypeFieldDescriptionprivate final AtomicReference<RxJavaCompletableExecutionHook> RxJavaPlugins.completableExecutionHookMethods in rx.plugins that return RxJavaCompletableExecutionHookModifier and TypeMethodDescriptionRxJavaPlugins.getCompletableExecutionHook()Retrieves the instance ofRxJavaCompletableExecutionHookto use based on order of precedence as defined inRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaCompletableExecutionHookModifier and TypeMethodDescriptionvoidRxJavaPlugins.registerCompletableExecutionHook(RxJavaCompletableExecutionHook impl) Register anRxJavaCompletableExecutionHookimplementation as a global override of any injected or default implementations.