ExecutionContextDestroyed

@Serializable
data class ExecutionContextDestroyed(val executionContextId: ExecutionContextId, val executionContextUniqueId: String? = null) : RuntimeEvent(source)

Issued when execution context is destroyed.

Official doc

Constructors

Link copied to clipboard
constructor(executionContextId: ExecutionContextId, executionContextUniqueId: String? = null)

Properties

Link copied to clipboard

Id of the destroyed context

Link copied to clipboard

Unique Id of the destroyed context