Uses of Class
rx.plugins.RxJavaErrorHandler
-
Packages that use RxJavaErrorHandler Package Description rx.plugins 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 RxJavaErrorHandler Modifier and Type Field Description (package private) static RxJavaErrorHandlerRxJavaPlugins. DEFAULT_ERROR_HANDLERFields in rx.plugins with type parameters of type RxJavaErrorHandler Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<RxJavaErrorHandler>RxJavaPlugins. errorHandlerMethods in rx.plugins that return RxJavaErrorHandler Modifier and Type Method Description RxJavaErrorHandlerRxJavaPlugins. getErrorHandler()Retrieves an instance ofRxJavaErrorHandlerto use based on order of precedence as defined inRxJavaPluginsclass header.Methods in rx.plugins with parameters of type RxJavaErrorHandler Modifier and Type Method Description voidRxJavaPlugins. registerErrorHandler(RxJavaErrorHandler impl)Registers anRxJavaErrorHandlerimplementation as a global override of any injected or default implementations.
-