EventContext
一个在事件处理流程中流转的上下文。 用于承载本次事件处理前后的诸项信息。
Author
ForteScarlet
Properties
Link copied to clipboard
可以通过 EventContext 相互传递的 MutableAttributeMap。
Link copied to clipboard
当前事件调度的上下文作为 CoroutineScope 的协程上下文。 通常与其所产生的调度器实现有关,例如与 ApplicationConfiguration.coroutineContext 有关。