Interface TaskFailureListener

All Superinterfaces:
EventListener, TaskListener

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

    Modifier and Type
    Method
    Description
    void
    onFailed(String taskId, Throwable exception)
    Invoked when task was failed during execution
  • Method Details

    • onFailed

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