TypeORMHealthCheckStrategy
A HealthCheckStrategy used to check the health of the database. This health
check is included by default, but can be customized by explicitly adding it to the
systemOptions.healthChecks array:
Example
- Implements:
HealthCheckStrategy
constructor
method
(options?: TypeORMHealthCheckOptions) => TypeORMHealthCheckStrategyinit
method
(injector: Injector) => getHealthIndicator
method
() => HealthIndicatorFunctionWas this chapter helpful?