All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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