![JAR search and dependency download from the Maven repository](/logo.png)
com.zc.smartcity.redis.monitor.scheduler.ScheduledService Maven / Gradle / Ivy
The newest version!
package com.zc.smartcity.redis.monitor.scheduler;
import java.util.Map;
public interface ScheduledService {
void startJob(Map context, int intervalInSeconds);
void shutdown();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy