Interface MetricTimeSource
- All Known Implementing Classes:
MetricScheduleService
public interface MetricTimeSource
Interface for the time of the metrics generation.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns current time for metrics reporting.
-
Method Details
-
getCurrentTime
long getCurrentTime()Returns current time for metrics reporting.- Returns:
- metrics current time
-