Package akka.actor

Interface Cancellable

    • Method Detail

      • cancel

        boolean cancel()
      • isCancelled

        boolean isCancelled()
        Returns true if and only if this Cancellable has been successfully cancelled

        Java & Scala API

        Returns:
        (undocumented)