subscribeToPotentialDataChanges abstract method
Satellite processes subscribe to these "data has potentially changed"
notifications. When they get one, they check the _oplog
table in the
database for actual changes persisted by the triggers.
Implementation
UnsubscribeFunction subscribeToPotentialDataChanges(
PotentialChangeCallback callback,
);