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 RxJavaErrorHandler
RxJavaPlugins. DEFAULT_ERROR_HANDLER
Fields in rx.plugins with type parameters of type RxJavaErrorHandler Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<RxJavaErrorHandler>
RxJavaPlugins. errorHandler
Methods in rx.plugins that return RxJavaErrorHandler Modifier and Type Method Description RxJavaErrorHandler
RxJavaPlugins. 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 RxJavaErrorHandler Modifier and Type Method Description void
RxJavaPlugins. registerErrorHandler(RxJavaErrorHandler impl)
Registers anRxJavaErrorHandler
implementation as a global override of any injected or default implementations.
-