actuallyChanged abstract method
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,
);