pushAndAsStream

fun EventProcessor.pushAndAsStream(event: Event, scope: CoroutineScope): Stream<EventResult>

推送事件并将结果转化为 Stream 后返回。