com.tomtom.james.common.api.StatisticsProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of james-agent-common Show documentation
Show all versions of james-agent-common Show documentation
A package that lets you write your own toolkits for James
package com.tomtom.james.common.api;
import java.util.Map;
public interface StatisticsProvider {
Map getStatistics();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy