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

com.lightningkite.lightningserver.serverhealth.HealthCheckable.kt Maven / Gradle / Ivy

The newest version!
package com.lightningkite.lightningserver.serverhealth

interface HealthCheckable {
    suspend fun healthCheck(): HealthStatus
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy