val changes: Observable<Change>
An observable that emits triples of the changing flow, the type of change, and a process-specific ID number which may change across restarts.
We use assignment here so that multiple subscribers share the same wrapped Observable.