Package com.tccc.kos.commons.util
Interface Terminable
- All Superinterfaces:
Abortable
,Cancelable
- All Known Implementing Classes:
FailedFuture
,FutureWork
,ParallelFuture
,SequencedFuture
Interface for objects that are both
Cancelable
and
Abortable
. This matches the semantics of FutureWork
where cancel and abort rollup to a terminate event.- Since:
- 1.0
- Version:
- 2024-08-17
-
Method Summary
Methods inherited from interface com.tccc.kos.commons.util.Cancelable
cancel