Interface SubscriberExceptionHandler
public interface SubscriberExceptionHandler
Handler for exceptions thrown by event subscribers.
- Since:
 - 16.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(Throwable exception, SubscriberExceptionContext context) Handles exceptions thrown by subscribers. 
- 
Method Details
- 
handleException
Handles exceptions thrown by subscribers. 
 -