com.breuninger.boot.jobs.repository.cleanup.JobCleanupStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-breuninger-jobs Show documentation
Show all versions of spring-boot-starter-breuninger-jobs Show documentation
spring-boot-starter-breuninger-jobs
package com.breuninger.boot.jobs.repository.cleanup;
public interface JobCleanupStrategy {
void doCleanUp();
}