saker.build Documentation TaskDoc JavaDoc Packages
public interface ContentDatabase.DeferredSynchronizer
Synchronizer functional interface returned by the content database to execute content synchronization in a deferred manner.

Clients are recommended to call update() in the future. Calling update() multiple times might result in multiple synchronization of the contents.

Methods
public void
Executes the synchronization of the contents.
public abstract void update() throws IOException
Executes the synchronization of the contents.

The manner of the execution is based on the construction parameters specified when calling the appropriate ContentDatabase function.

IOExceptionIn case of I/O error.