All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.niebes.retrofit.metrics.MetricsRecorder.kt Maven / Gradle / Ivy

The newest version!
package net.niebes.retrofit.metrics

import java.time.Duration

interface MetricsRecorder {
    fun recordTiming(tags: Map, duration: Duration)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy