Interface Cancelable
- All Known Subinterfaces:
Subscription
,Task
public interface Cancelable
Cancelable allows stopping long running tasks and freeing underlying resources.
- Since:
- 2.1
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
cancel
Abort and free resources.- Throws:
DataAccessResourceFailureException
- if operation cannot be canceled.
-