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

com.ringcentral.platform.metrics.var.configs.AbstractVarConfig Maven / Gradle / Ivy

package com.ringcentral.platform.metrics.var.configs;

import com.ringcentral.platform.metrics.MetricContext;
import com.ringcentral.platform.metrics.configs.AbstractMetricConfig;
import com.ringcentral.platform.metrics.labels.*;

import java.util.List;

import static java.util.Collections.emptyList;

public abstract class AbstractVarConfig extends AbstractMetricConfig implements VarConfig {

    private final List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy