Interface SubscriberExceptionHandler


  • public interface SubscriberExceptionHandler
    Handler for exceptions thrown by event subscribers.
    Since:
    16.0
    • Method Detail

      • handleException

        void handleException​(java.lang.Throwable exception,
                             SubscriberExceptionContext context)
        Handles exceptions thrown by subscribers.