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

com.ringcentral.platform.metrics.Meter Maven / Gradle / Ivy

The newest version!
package com.ringcentral.platform.metrics;

import com.ringcentral.platform.metrics.labels.LabelValues;

public interface Meter extends Metric {
    void removeInstancesFor(LabelValues labelValues);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy