java.lang.Object
org.alfresco.hxi_connector.nucleus_sync.services.orchestration.SyncSchedulerService

@Service public class SyncSchedulerService extends Object
  • Constructor Details

    • SyncSchedulerService

      public SyncSchedulerService(@Value("${sync.enabled}") boolean syncEnabled, SyncOrchestrationService syncOrchestrationService)
  • Method Details

    • scheduledSync

      @Scheduled(cron="${sync.cron.expression}") public void scheduledSync()