Package net.bluemind.core.container.api
Interface IContainerSyncPromise
public interface IContainerSyncPromise
- 
Method Summary
 
- 
Method Details
- 
getLastSync
CompletableFuture<Date> getLastSync() - 
getNextSync
CompletableFuture<Date> getNextSync() - 
getSyncStatus
CompletableFuture<String> getSyncStatus() - 
sync
CompletableFuture<TaskRef> sync() 
 -