io.ebean.meta.MetaMetric Maven / Gradle / Ivy
package io.ebean.meta;
/**
* Metrics collected by Ebean including timed metrics and counters.
*/
public interface MetaMetric {
/**
* Return the metric name.
*/
String name();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy