handle

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

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