Package org.apache.pekko.testkit
Interface Coroner.WatchHandle
- All Superinterfaces:
- scala.concurrent.Awaitable<Object>
- Enclosing class:
- Coroner
Used to cancel the Coroner after calling 
watch.
 The result of this Awaitable will be true if it has been cancelled.- 
Method SummaryModifier and TypeMethodDescriptionvoidcancel()Will try to ensure that the Coroner has finished reporting.Methods inherited from interface scala.concurrent.Awaitableready, result
- 
Method Details- 
cancelvoid cancel()Will try to ensure that the Coroner has finished reporting.
 
-