Class SyncSchedulerService
java.lang.Object
org.alfresco.hxi_connector.nucleus_sync.services.orchestration.SyncSchedulerService
-
Constructor Summary
ConstructorsConstructorDescriptionSyncSchedulerService(boolean syncEnabled, SyncOrchestrationService syncOrchestrationService) -
Method Summary
-
Constructor Details
-
SyncSchedulerService
public SyncSchedulerService(@Value("${sync.enabled}") boolean syncEnabled, SyncOrchestrationService syncOrchestrationService)
-
-
Method Details
-
scheduledSync
@Scheduled(cron="${sync.cron.expression}") public void scheduledSync()
-