Private
_optionsRuns the provided health checks and returns the aggregated status.
Optional
predicate: ((registration) => boolean)A predicate that can be used to include health checks based on user-defined criteria.
Optional
timeoutMilliseconds: numberA milliseconds which can be used to cancel the health checks.
A HealthReport instance.
Private
runPrivate
runOptional
predicate: ((registration) => boolean)Generated using TypeDoc
A service which can be used to check the status of HealthCheck instances registered in the application.