com.ringcentral.platform.metrics.rate.RateMeasurable Maven / Gradle / Ivy
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 {}