class HealthService : HealthImplBase
<init> |
HealthService(checks: HealthCheckList, runtimeScopes: RuntimeScopes) |
check |
suspend fun check(request: HealthCheckRequest): HealthCheckResponse |
isHealthy |
suspend fun isHealthy(): Boolean |