subscribeToPotentialDataChanges abstract method

UnsubscribeFunction subscribeToPotentialDataChanges(
  1. PotentialChangeCallback callback
)

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,
);