Library

API Health

HTTP and JDBC health indicator helpers for services that need explicit downstream health checks.

Artifact
helix-api-health
Category
API and Application

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.api.health
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.api.health)
}

Configuration

No Helix-specific configuration properties are required for this library.