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 TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning 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 TypeClassDescriptionclass
CompositeHealthContributorConfiguration<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 TypeClassDescriptionclass
AHealthIndicator
that checks a specificAvailabilityState
of the application.class
AHealthIndicator
that checks theLivenessState
of the application.class
AHealthIndicator
that checks theReadinessState
of the application. -
Uses of HealthIndicator in org.springframework.boot.actuate.cassandra
Classes in org.springframework.boot.actuate.cassandra that implement HealthIndicatorModifier and TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning 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 TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning 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 TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning 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 TypeClassDescriptionclass
HealthIndicator
for 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 TypeClassDescriptionclass
BaseHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling.class
Default implementation ofHealthIndicator
that returnsStatus.UP
. -
Uses of HealthIndicator in org.springframework.boot.actuate.influx
Classes in org.springframework.boot.actuate.influx that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.actuate.jdbc
Classes in org.springframework.boot.actuate.jdbc that implement HealthIndicatorModifier and TypeClassDescriptionclass
HealthIndicator
that tests the status of aDataSource
and 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 TypeClassDescriptionclass
HealthIndicator
that 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 TypeClassDescriptionclass
AHealthIndicator
that checks available disk space and reports a status ofStatus.DOWN
when it drops below a configurable threshold.