Skip to content

HealthCheck

Defined in: health.ts:111

Health check handler

new HealthCheck(bridgeOrRouter, config): HealthCheck

Defined in: health.ts:118

Bridge<FrontendAdapter<unknown, unknown, unknown>> | Router

HealthCheckConfig = {}

HealthCheck

check(): Promise<HealthCheckResult>

Defined in: health.ts:142

Perform health check

Promise<HealthCheckResult>


handle(_req, res): Promise<void>

Defined in: health.ts:218

Handle health check request

GenericRequest

GenericResponse

Promise<void>