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 RxJavaErrorHandlerRxJavaPlugins.DEFAULT_ERROR_HANDLERFields in rx.plugins with type parameters of type RxJavaErrorHandlerModifier and TypeFieldDescriptionprivate final AtomicReference<RxJavaErrorHandler> RxJavaPlugins.errorHandlerMethods in rx.plugins that return RxJavaErrorHandlerModifier and TypeMethodDescriptionRxJavaPlugins.getErrorHandler()Retrieves an instance ofRxJavaErrorHandlerto use based on order of precedence as defined inRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaErrorHandlerModifier and TypeMethodDescriptionvoidRxJavaPlugins.registerErrorHandler(RxJavaErrorHandler impl) Registers anRxJavaErrorHandlerimplementation as a global override of any injected or default implementations.