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