Uses of Interface
org.springframework.boot.actuate.health.HealthIndicator
Packages that use HealthIndicator
Package
Description
Actuator support for AMQP and RabbitMQ.
Auto-configuration for actuator health concerns.
Actuator support for application availability concerns.
Actuator support for Cassandra.
Actuator support for Couchbase.
Actuator support for Mongo dependent on Spring Data.
Actuator support for Redis dependent on Spring Data.
Actuator support for Elasticsearch.
Actuator support for Hazelcast.
Actuator health indicator and endpoints.
Actuator support for InfluxDB.
Actuator support for JDBC.
Actuator support for JMS.
Actuator support for LDAP.
Actuator support for JavaMail.
Actuator support for Neo4j.
Actuator support for system-related concerns.
-
Uses of HealthIndicator in org.springframework.boot.actuate.amqp
Classes in org.springframework.boot.actuate.amqp that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for the RabbitMQ messaging system. -
Uses of HealthIndicator in org.springframework.boot.actuate.autoconfigure.health
Classes in org.springframework.boot.actuate.autoconfigure.health with type parameters of type HealthIndicatorModifier and TypeClassDescriptionclassCompositeHealthContributorConfiguration<I extends HealthIndicator,B> Base class for health contributor configurations that can combine source beans into a composite. -
Uses of HealthIndicator in org.springframework.boot.actuate.availability
Classes in org.springframework.boot.actuate.availability that implement HealthIndicatorModifier and TypeClassDescriptionclassAHealthIndicatorthat checks a specificAvailabilityStateof the application.classAHealthIndicatorthat checks theLivenessStateof the application.classAHealthIndicatorthat checks theReadinessStateof the application. -
Uses of HealthIndicator in org.springframework.boot.actuate.cassandra
Classes in org.springframework.boot.actuate.cassandra that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Cassandra data stores. -
Uses of HealthIndicator in org.springframework.boot.actuate.couchbase
Classes in org.springframework.boot.actuate.couchbase that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.actuate.data.mongo
Classes in org.springframework.boot.actuate.data.mongo that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Mongo data stores. -
Uses of HealthIndicator in org.springframework.boot.actuate.data.redis
Classes in org.springframework.boot.actuate.data.redis that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Redis data stores. -
Uses of HealthIndicator in org.springframework.boot.actuate.elasticsearch
Classes in org.springframework.boot.actuate.elasticsearch that implement HealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aRestClient. -
Uses of HealthIndicator in org.springframework.boot.actuate.hazelcast
Classes in org.springframework.boot.actuate.hazelcast that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health that implement HealthIndicatorModifier and TypeClassDescriptionclassBaseHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.classDefault implementation ofHealthIndicatorthat returnsStatus.UP. -
Uses of HealthIndicator in org.springframework.boot.actuate.influx
Classes in org.springframework.boot.actuate.influx that implement HealthIndicatorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of the new client and its own Spring Boot integration. -
Uses of HealthIndicator in org.springframework.boot.actuate.jdbc
Classes in org.springframework.boot.actuate.jdbc that implement HealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorthat tests the status of aDataSourceand optionally runs a test query. -
Uses of HealthIndicator in org.springframework.boot.actuate.jms
Classes in org.springframework.boot.actuate.jms that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.actuate.ldap
Classes in org.springframework.boot.actuate.ldap that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.actuate.mail
Classes in org.springframework.boot.actuate.mail that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.actuate.neo4j
Classes in org.springframework.boot.actuate.neo4j that implement HealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of HealthIndicator in org.springframework.boot.actuate.system
Classes in org.springframework.boot.actuate.system that implement HealthIndicatorModifier and TypeClassDescriptionclassAHealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold.