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 with parameters of type SubscriberExceptionContextModifier and TypeMethodDescriptionvoid
SubscriberExceptionHandler.handleException
(Throwable exception, SubscriberExceptionContext context) Handles exceptions thrown by subscribers.