data class ExecutionContextDestroyedEvent : RuntimeEvent
Issued when execution context is destroyed.
<init> |
Issued when execution context is destroyed. ExecutionContextDestroyedEvent(executionContextId: ExecutionContextId) |
executionContextId |
Id of the destroyed context val executionContextId: ExecutionContextId |