![JAR search and dependency download from the Maven repository](/logo.png)
com.nitorcreations.willow.metrics.Metric Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-servers Show documentation
Show all versions of willow-servers Show documentation
Willow operational servlets and servers
The newest version!
package com.nitorcreations.willow.metrics;
import com.nitorcreations.willow.messages.metrics.MetricConfig;
public interface Metric {
Object calculateMetric(MetricConfig conf);
boolean hasData(MetricConfig conf);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy