Class CleanupServiceScheduler
- java.lang.Object
-
- com.expediagroup.beekeeper.cleanup.service.CleanupServiceScheduler
-
@Component public class CleanupServiceScheduler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CleanupServiceScheduler(CleanupService cleanupService, DisableTablesService disableTablesService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscheduleCleanupWithFixedDelay()
-
-
-
Constructor Detail
-
CleanupServiceScheduler
@Autowired public CleanupServiceScheduler(CleanupService cleanupService, DisableTablesService disableTablesService)
-
-