Skip to content

Interface: HealthResult

Makaio Framework


Makaio Framework / utils/health-probe / HealthResult

Defined in: ../../../packages/utils/src/health-probe.ts:9

Health status returned by a running Makaio instance.

Parsed from the /health response body. auth indicates whether the bus WebSocket endpoint requires HMAC authentication.

auth: boolean

Defined in: ../../../packages/utils/src/health-probe.ts:11

Whether the bus requires HMAC authentication.