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 Summary
Modifier and TypeMethodDescriptionvoid
cancel()
Will try to ensure that the Coroner has finished reporting.Methods inherited from interface scala.concurrent.Awaitable
ready, result
-
Method Details
-
cancel
void cancel()Will try to ensure that the Coroner has finished reporting.
-