Class DefaultGroupDeployedCleanupServices

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

public class DefaultGroupDeployedCleanupServices extends Object
ClusterService responsible for interval polling of fully deployed ChangeSummaryGroup instances and converting into their deployed state.
See Also:
  • Field Details

    • started

      protected boolean started
  • Constructor Details

    • DefaultGroupDeployedCleanupServices

      public DefaultGroupDeployedCleanupServices(CompletionCleanupProperties properties, ChangeSummaryGroupRepository<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()