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