@connectum/healthcheck
gRPC health protocol, HTTP health/readiness endpoints, and mutable serving state.
Install
bash
npm install @connectum/healthcheckbash
pnpm add @connectum/healthcheckbash
bun add @connectum/healthcheckStart Here
typescript
import { Healthcheck, healthcheckManager, ServingStatus } from '@connectum/healthcheck';
const protocols = [Healthcheck({ httpEnabled: true })];
healthcheckManager.update(ServingStatus.SERVING);For a complete, source-verified workflow, continue with the focused guide below.
Key Entry Points
| Entry point | Use it to |
|---|---|
Healthcheck | Register gRPC health and optional HTTP endpoints. |
healthcheckManager | Update overall or per-service serving state. |
ServingStatus | Use protocol-defined readiness values. |
Runtime boundaries and extension seams remain in Connectum Runtime Architecture.
Learn / Configure / API Reference
- Learn: Focused guide
- Configure: Task and configuration guidance
- API reference: Exact options and symbols
- Package API index: Generated TypeDoc
- Source: @connectum/healthcheck on GitHub
Related Modules
Compare all Connectum packages by capability.