com.ringcentral.platform.metrics.utils.TimeMsProvider Maven / Gradle / Ivy
package com.ringcentral.platform.metrics.utils;
public interface TimeMsProvider {
long timeMs();
long stableTimeMs();
}
package com.ringcentral.platform.metrics.utils;
public interface TimeMsProvider {
long timeMs();
long stableTimeMs();
}