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

com.alogic.metrics.stream.MetricsReportable Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.metrics.stream;

/**
 * 可报告指标接口
 * 
 * @author duanyy
 * 
 * @since 1.2.8.2
 *
 * @since 1.6.6.13
 *
 */
public interface MetricsReportable {
	
	/**
	 * 报告指标数据到collector
	 * @param collector collector
	 */
	public void report(MetricsCollector collector);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy