Package 

Interface CancellationToken


  • 
    public interface CancellationToken
    
                        

    Used to allow requesting cancellation of asynchronous tasks.

    • Method Summary

      Modifier and Type Method Description
      abstract void cancel()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • cancel

         abstract void cancel()