EmptyResult

一些 content 始终为 nullStandardEventResult 实现。

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Inherited properties

Link copied to clipboard
abstract val content: Any?

此事件处理的结果体。可以是任何内容,或者是一个空。

Link copied to clipboard
Link copied to clipboard
abstract val isTruncated: Boolean

是否阻止下一个事件处理逻辑的执行。

Inherited functions

Link copied to clipboard

Collects the event result. This method is suspending and can be used in a coroutine.