All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.metric.TimedMetricStats Maven / Gradle / Ivy

There is a newer version: 15.6.0
Show newest version
package io.ebeaninternal.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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy