rollbacks property

Stream<void> get rollbacks

A relayed stream of events triggered by rollbacks from the remote worker.

Updates are only sent across worker channels while a subscription to this stream is active.

Implementation

Stream<void> get rollbacks;