Interface Cancelable
- All Known Subinterfaces:
 Subscription,Task
public interface Cancelable
Cancelable allows stopping long running tasks and freeing underlying resources.
- Since:
 - 2.2
 - Author:
 - Mark Paluch
 
- 
Method Summary
 
- 
Method Details
- 
cancel
Abort and free resources. 
 -