Class AmqpHealthIndicator

Hierarchy

  • HealthIndicator
    • AmqpHealthIndicator

Constructors

Methods

Constructors

Methods

  • Generates the health indicator result object

    Parameters

    • key: string

      The key which will be used as key for the result object

    • isHealthy: boolean

      Whether the health indicator is healthy

    • Optionaldata: { [key: string]: any }

      Additional data which will get appended to the result object

    Returns HealthIndicatorResult