invoke

abstract fun invoke(): Flow<EventResult>(source)
abstract fun invoke(eventContext: EventContext): Flow<EventResult>(source)

执行被拦截的逻辑并得到本次事件处理链的结果流。