actuallyChanged abstract method

void actuallyChanged(
  1. DbName dbName,
  2. List<Change> changes,
  3. ChangeOrigin origin
)

When Satellite detects actual data changes in the oplog for a given database, it replicates it and calls actuallyChanged with the list of changes.

Implementation

void actuallyChanged(
  DbName dbName,
  List<Change> changes,
  ChangeOrigin origin,
);