Package com.tccc.kos.commons.util
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
-
Method Details
-
abort
Abort the object with the specified reason code.- Parameters:
reason
- the reason for the cancel
-