goodmetrics.pipeline.MetricsPipeline.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of goodmetrics-kotlin Show documentation
Show all versions of goodmetrics-kotlin Show documentation
A metrics recording library that is good
The newest version!
package goodmetrics.pipeline
import kotlinx.coroutines.flow.Flow
interface MetricsPipeline {
fun consume(): Flow
}