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

goodmetrics.pipeline.MetricsSink.kt Maven / Gradle / Ivy

There is a newer version: 0.7.2
Show newest version
package goodmetrics.pipeline

import goodmetrics.Metrics

interface MetricsSink : AutoCloseable {
    fun emit(metrics: Metrics)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy