main.top.mrxiaom.overflow.contact.Updatable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of overflow-core-api Show documentation
Show all versions of overflow-core-api Show documentation
One of the Overflow project modules
package top.mrxiaom.overflow.contact
import me.him188.kotlin.jvm.blocking.bridge.JvmBlockingBridge
interface Updatable {
/**
* 请求更新信息
*/
@JvmBlockingBridge
suspend fun queryUpdate()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy