Uses of Class
com.google.common.eventbus.SubscriberExceptionContext
Packages that use SubscriberExceptionContext
Package
Description
Discouraged in favor of dependency injection and
concurrency frameworks, EventBus allows publish-subscribe-style communication.
-
Uses of SubscriberExceptionContext in com.google.common.eventbus
Methods in com.google.common.eventbus that return SubscriberExceptionContextModifier and TypeMethodDescriptionprivate SubscriberExceptionContext
Gets the context for the given event.Methods in com.google.common.eventbus with parameters of type SubscriberExceptionContextModifier and TypeMethodDescriptionvoid
EventBus.LoggingHandler.handleException
(Throwable exception, SubscriberExceptionContext context) void
SubscriberExceptionHandler.handleException
(Throwable exception, SubscriberExceptionContext context) Handles exceptions thrown by subscribers.(package private) void
EventBus.handleSubscriberException
(Throwable e, SubscriberExceptionContext context) Handles the given exception thrown by a subscriber with the given context.private static Logger
EventBus.LoggingHandler.logger
(SubscriberExceptionContext context) private static String
EventBus.LoggingHandler.message
(SubscriberExceptionContext context)