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

com.ringcentral.platform.metrics.counter.CounterMeasurable Maven / Gradle / Ivy

package com.ringcentral.platform.metrics.counter;

import com.ringcentral.platform.metrics.histogram.HistogramMeasurable;
import com.ringcentral.platform.metrics.measurables.Measurable;
import com.ringcentral.platform.metrics.rate.RateMeasurable;
import com.ringcentral.platform.metrics.timer.TimerMeasurable;

public interface CounterMeasurable extends Measurable, RateMeasurable, HistogramMeasurable, TimerMeasurable {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy