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

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 - 2024 Weber Informatics LLC | Privacy Policy