handle

@NonBlocking
abstract fun handle(context: EventListenerContext, event: E): CompletionStage<out EventResult>(source)

通过 context 异步处理事件并得到异步响应。