Package com.helixframework.api.health
package com.helixframework.api.health
-
ClassesClassDescriptionAn abstract class that implements the HealthIndicator interface to provide asynchronous health checks.A HealthIndicator implementation that performs health checks by making HTTP requests.The Builder class is a utility class used to create instances of HttpHealthIndicator.The JdbcHealthIndicator class is a concrete implementation of the AsyncHealthIndicator interface that provides asynchronous health checks for a JDBC data source.The Builder class is a utility class used to create instances of JdbcHealthIndicator.