terminus

Entry point exports

Modules

TerminusModule

The Terminus module integrates health checks and graceful shutdowns in your Nest application

Classes

ConnectionNotFoundError

Error which gets thrown when the connection instance was not found in the application context

HealthIndicator

Represents an abstract health indicator with common functionalities

StorageExceededError

Error which gets thrown when the given storage threshold has exceeded.

TimeoutError

Gets thrown when the timeout of the health check exceeds

UnhealthyResponseCodeError

Error which gets thrown when the terminus client receives an unhealthy response code from the server.

Structures

HealthCheckResult

The result of a health check

Types

DiskHealthIndicatorOptions

The options of the disk health indicator

HealthCheckStatus
HealthIndicatorFunction

A health indicator function for a health check

HealthIndicatorResult

The result object of a health indicator

HealthIndicatorStatus