invoke

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

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