io.ebean.metric.TimedMetricStats Maven / Gradle / Ivy
package io.ebean.metric;
import io.ebean.meta.MetaTimedMetric;
/**
* Extend public MetaTimedMetric with ability to set details from profile location.
*/
public interface TimedMetricStats extends MetaTimedMetric {
/**
* Additionally set the location.
*/
void setLocation(String location);
/**
* Override the name based on profile location.
*/
void setName(String name);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy