package eu.dnetlib.stat;

public interface StatEmitter {
	void emit(String key, String value);
}
