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