Package org.apache.ignite.lang
Interface CancellationToken
public interface CancellationToken
Cancellation token is an object that is issued by
CancelHandle
and can be used by an operation or a resource to observe a signal
to terminate it.