Interface TaskFailureListener

  • All Superinterfaces:
    , TaskListener

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void  taskId,  exception)
      Invoked when task was failed during execution
    • Method Detail

      • onFailed

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