Synchronizer
Interface marker for a class that manages synchronization between local data and a remote source for a Syncable.
Inheritors
Functions
Utility function for syncing a repository with the network. model Model that needs to be synced changeListFetcher Fetches the change list for the model modelDeleter Deletes models by consuming the ids of the models that have been deleted. modelUpdater Updates models by consuming the ids of the models that have changed.
Utility function for syncing a repository with the network. models List of models that needs to be synced changeListFetcher Fetches the change list for the model modelDeleter Deletes models by consuming the ids of the models that have been deleted. modelUpdater Updates models by consuming the ids of the models that have changed.
Syntactic sugar to call Syncable.syncWith while omitting the synchronizer argument