Uses of Class
com.google.common.eventbus.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
Modifier and TypeMethodDescriptionvoid
SubscriberExceptionHandler.handleException
(Throwable exception, SubscriberExceptionContext context) Handles exceptions thrown by subscribers.