Interface TaskActions

All Known Implementing Classes:
NoOpTaskActions, Task

public interface TaskActions
Actions which can be performed on a Task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fail the owning task with the given throwable.
  • Method Details

    • failExternally

      void failExternally(Throwable cause)
      Fail the owning task with the given throwable.
      Parameters:
      cause - of the failure