@Generated("Source: orbit/shared/health.proto", ["by gRPC Kotlin generator"]) abstract class HealthImplBase : BindableService, CoroutineScope
<init> |
HealthImplBase(coroutineContext: CoroutineContext = Dispatchers.Default) |
coroutineContext |
open val coroutineContext: CoroutineContext |
bindService |
open fun bindService(): ServerServiceDefinition |
check |
open suspend fun check(request: HealthCheckRequest): HealthCheckResponse |
watch |
open fun watch(request: HealthCheckRequest): ReceiveChannel<HealthCheckResponse> |