Skip to main content

Class: abstract AbstractHealthIndicator

Defined in: health/AbstractHealthIndicator.ts:4

Implements

Constructors

Constructor

new AbstractHealthIndicator(name): AbstractHealthIndicator

Defined in: health/AbstractHealthIndicator.ts:6

Parameters

name

string

Returns

AbstractHealthIndicator

Methods

check()

abstract check(): Promise<HealthResult>

Defined in: health/AbstractHealthIndicator.ts:12

Returns

Promise<HealthResult>

Implementation of

HealthIndicator.check


getName()

getName(): string

Defined in: health/AbstractHealthIndicator.ts:9

Returns

string

Implementation of

HealthIndicator.getName