Interface AsyncExceptionHandler


  • public interface AsyncExceptionHandler
    An interface marking a task as capable of handling exceptions thrown by different threads, other than the one executing the task itself.
    • Method Detail

      • handleAsyncException

        void handleAsyncException​(String message,
                                  Throwable exception)
        Handles an exception thrown by another thread (e.g. a TriggerTask), other than the one executing the main task.