Interface Cancellable
-
- All Known Implementing Classes:
AbstractRequest,ReadRequest,WriteRequest
public interface CancellableA functional interface that indicates something that can be cancelled.- Since:
- 2.11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Attempt to cancel.
-