Uses of Class
org.springframework.boot.actuate.health.AbstractHealthIndicator
Packages that use AbstractHealthIndicator
Package
Description
Actuator support for AMQP and RabbitMQ.
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 AbstractHealthIndicator in org.springframework.boot.actuate.amqp
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.amqpModifier and TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning status information for the RabbitMQ messaging system. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.availability
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.availabilityModifier 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 AbstractHealthIndicator in org.springframework.boot.actuate.cassandra
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.cassandraModifier and TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning status information for Cassandra data stores. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.couchbase
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.couchbase -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.data.mongo
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.data.mongoModifier and TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning status information for Mongo data stores. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.data.redis
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.data.redisModifier and TypeClassDescriptionclass
Simple implementation of aHealthIndicator
returning status information for Redis data stores. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.elasticsearch
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.elasticsearchModifier and TypeClassDescriptionclass
HealthIndicator
for an Elasticsearch cluster using aRestClient
. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.hazelcast
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.hazelcast -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.healthModifier and TypeClassDescriptionclass
Default implementation ofHealthIndicator
that returnsStatus.UP
. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.influx
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.influx -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.jdbc
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.jdbcModifier and TypeClassDescriptionclass
HealthIndicator
that tests the status of aDataSource
and optionally runs a test query. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.jms
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.jms -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.ldap
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.ldap -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.mail
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.mail -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.neo4j
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.neo4jModifier and TypeClassDescriptionclass
HealthIndicator
that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
Uses of AbstractHealthIndicator in org.springframework.boot.actuate.system
Subclasses of AbstractHealthIndicator in org.springframework.boot.actuate.systemModifier and TypeClassDescriptionclass
AHealthIndicator
that checks available disk space and reports a status ofStatus.DOWN
when it drops below a configurable threshold.