io.github.icodegarden.nutrient.lang.metricsregistry.ScheduleFlushable Maven / Gradle / Ivy
The newest version!
package io.github.icodegarden.nutrient.lang.metricsregistry;
/**
*
* @author Fangfang.Xu
*
*/
public interface ScheduleFlushable {
void enableScheduleFlush(int scheduleMillis);
void disableScheduleFlush();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy