Interface TaskSlotPayload

  • All Known Implementing Classes:
    Task

    public interface TaskSlotPayload
    Payload interface for TaskSlot.
    • Method Detail

      • getJobID

        JobID getJobID()
      • failExternally

        void failExternally​(Throwable cause)
        Fail the payload with the given throwable. This operation should eventually complete the termination future.
        Parameters:
        cause - of the failure