Uses of Class
com.google.common.eventbus.SubscriberExceptionContext
-
Packages that use SubscriberExceptionContext Package Description com.google.common.eventbus 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 SubscriberExceptionContext Modifier and Type Method Description void
SubscriberExceptionHandler. handleException(java.lang.Throwable exception, SubscriberExceptionContext context)
Handles exceptions thrown by subscribers.
-