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

io.ebean.meta.MetaMetric Maven / Gradle / Ivy

There is a newer version: 15.8.1
Show newest version
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