Class DefaultDeployCleanupServices

java.lang.Object
com.broadleafcommerce.sandbox.service.cleanup.DefaultDeployCleanupServices

public class DefaultDeployCleanupServices extends Object
ClusterService responsible for interval polling of fully transitioned ChangeDeploy instances and converting into their finished state.
See Also:
  • Field Details

    • started

      protected boolean started
  • Constructor Details

    • DefaultDeployCleanupServices

      public DefaultDeployCleanupServices(CompletionCleanupProperties properties, ChangeDeployRepository<com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> repository, org.springframework.scheduling.TaskScheduler scheduler)
  • Method Details

    • start

      public void start()
    • stop

      @PreDestroy public void stop()
    • cleanup

      protected void cleanup()
    • getPause

      protected long getPause()
    • isStarted

      public boolean isStarted()