Package akka.actor
Interface Cancellable
-
- All Known Subinterfaces:
LightArrayRevolverScheduler.TimerTask
- All Known Implementing Classes:
LightArrayRevolverScheduler.TaskHolder,StreamSubscriptionTimeoutSupport.NoopSubscriptionTimeout$
public interface CancellableCancels this Cancellable and returns true if that was successful. If this cancellable was (concurrently) cancelled already, then this method will return false although isCancelled will return true.Java & Scala API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancancel()booleanisCancelled()Returns true if and only if this Cancellable has been successfully cancelled
-