Package 

Class CancellationTokenRegistration

    • Method Summary

      Modifier and Type Method Description
      void close() Unregisters the callback runnable from the cancellation token.
      void runAction()
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class java.lang.Object

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

      • close

         void close()

        Unregisters the callback runnable from the cancellation token.