![JAR search and dependency download from the Maven repository](/logo.png)
com.ringcentral.platform.metrics.configs.MeterConfig Maven / Gradle / Ivy
package com.ringcentral.platform.metrics.configs;
import com.ringcentral.platform.metrics.labels.*;
import java.util.*;
public interface MeterConfig> extends MetricConfig {
default boolean hasLabels() {
return labels() != null && !labels().isEmpty();
}
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy