Interface Abortable

All Known Subinterfaces:
Terminable
All Known Implementing Classes:
FailedFuture, FutureWork, ParallelFuture, SequencedFuture

public interface Abortable
Interface for objects that support being aborted.
Since:
1.0
Version:
2024-08-17
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    abort(String reason)
    Abort the object with the specified reason code.
  • Method Details

    • abort

      void abort(String reason)
      Abort the object with the specified reason code.
      Parameters:
      reason - the reason for the cancel