net.yudichev.jiotty.common.async.JobScheduler Maven / Gradle / Ivy
package net.yudichev.jiotty.common.async;
import net.yudichev.jiotty.common.lang.Closeable;
public interface JobScheduler {
Closeable monthly(String jobName, int dayOfMonth, Runnable task);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy