Package com.google.common.eventbus
Interface SubscriberExceptionHandler
- 
public interface SubscriberExceptionHandler
Handler for exceptions thrown by event subscribers.- Since:
 - 16.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(Throwable exception, SubscriberExceptionContext context)Handles exceptions thrown by subscribers. 
 - 
 
- 
- 
Method Detail
- 
handleException
void handleException(Throwable exception, SubscriberExceptionContext context)
Handles exceptions thrown by subscribers. 
 - 
 
 -