Interface Terminable

All Superinterfaces:
Abortable, Cancelable
All Known Implementing Classes:
FailedFuture, FutureWork, ParallelFuture, SequencedFuture

public interface Terminable extends Cancelable, Abortable
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.Abortable

    abort

    Methods inherited from interface com.tccc.kos.commons.util.Cancelable

    cancel