Package | Description |
---|---|
rx.plugins |
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
|
Modifier and Type | Method and Description |
---|---|
RxJavaCompletableExecutionHook |
RxJavaPlugins.getCompletableExecutionHook()
Retrieves the instance of
RxJavaCompletableExecutionHook to use based on order of precedence as
defined in RxJavaPlugins class header. |
Modifier and Type | Method and Description |
---|---|
void |
RxJavaPlugins.registerCompletableExecutionHook(RxJavaCompletableExecutionHook impl)
Register an
RxJavaCompletableExecutionHook implementation as a global override of any injected or
default implementations. |
Copyright © 2019. All rights reserved.