akka.testkit
Interface Coroner.WatchHandle

All Superinterfaces:
scala.concurrent.Awaitable<java.lang.Object>
Enclosing class:
Coroner

public static interface Coroner.WatchHandle
extends scala.concurrent.Awaitable<java.lang.Object>

Used to cancel the Coroner after calling watch. The result of this Awaitable will be true if it has been cancelled.


Method Summary
 void cancel()
          Will try to ensure that the Coroner has finished reporting.
 
Methods inherited from interface scala.concurrent.Awaitable
ready, result
 

Method Detail

cancel

void cancel()
Will try to ensure that the Coroner has finished reporting.