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

no.ks.kes.lib.HwmTrackerRepository.kt Maven / Gradle / Ivy

package no.ks.kes.lib

interface HwmTrackerRepository {
    fun current(subscriber: String): Long?
    fun getOrInit(subscriber: String): Long
    fun update(subscriber: String, hwm: Long)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy