HealthCheck

Result of checking the health of the API server

interface HealthCheck

Types

Status
Link copied to clipboard

Possible health states that the API server can be in.

enum Status : Enum<HealthCheck.Status>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

result
Link copied to clipboard

Health check result

abstract val result: HealthCheck.Status