Interface TaskFailureListener

  • All Superinterfaces:
    EventListener, TaskListener

    public interface TaskFailureListener
    extends TaskListener
    Task listener invoked when task was failed during execution
    Author:
    Nikita Koksharov
    • Method Detail

      • onFailed

        void onFailed​(String taskId,
                      Throwable exception)
        Invoked when task was failed during execution
        Parameters:
        taskId - - id of task
        exception - - exception during task execution