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

    Modifier and Type
    Method
    Description
    void
    Abort and free resources.