com.ringcentral.platform.metrics.histogram.HistogramMeasurable Maven / Gradle / Ivy
The newest version!
package com.ringcentral.platform.metrics.histogram;
import com.ringcentral.platform.metrics.measurables.*;
import com.ringcentral.platform.metrics.timer.TimerMeasurable;
public interface HistogramMeasurable extends Measurable, TimerMeasurable {}