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

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