onComplete 属性

Stream<Event> onComplete

由该 Transaction 处理的 complete 事件的流。

实现

Stream<Event> get onComplete => completeEvent.forTarget(this);