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

com.avast.metrics.api.Gauge Maven / Gradle / Ivy

package com.avast.metrics.api;

public interface Gauge extends Metric {

    T getValue();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy