Uses of Class
rx.plugins.RxJavaErrorHandler
Packages that use RxJavaErrorHandler
Package
Description
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
-
Uses of RxJavaErrorHandler in rx.plugins
Fields in rx.plugins declared as RxJavaErrorHandlerModifier and TypeFieldDescription(package private) static final RxJavaErrorHandler
RxJavaPlugins.DEFAULT_ERROR_HANDLER
Fields in rx.plugins with type parameters of type RxJavaErrorHandlerModifier and TypeFieldDescriptionprivate final AtomicReference
<RxJavaErrorHandler> RxJavaPlugins.errorHandler
Methods in rx.plugins that return RxJavaErrorHandlerModifier and TypeMethodDescriptionRxJavaPlugins.getErrorHandler()
Retrieves an instance ofRxJavaErrorHandler
to use based on order of precedence as defined inRxJavaPlugins
class header.Methods in rx.plugins with parameters of type RxJavaErrorHandlerModifier and TypeMethodDescriptionvoid
RxJavaPlugins.registerErrorHandler
(RxJavaErrorHandler impl) Registers anRxJavaErrorHandler
implementation as a global override of any injected or default implementations.