handle

@NonBlocking
abstract fun handle(context: EventListenerContext, event: E): EventResult(source)

通过 context 处理事件并得到响应结果。

Throws

任何可能抛出的异常