Uses of Class
org.springframework.boot.health.contributor.AbstractHealthIndicator
Packages that use AbstractHealthIndicator
Package
Description
Health integration for AMQP and RabbitMQ.
Health integration for Cassandra.
Health integration for Couchbase.
Redis health integration using Spring Data Redis.
Health integration for Elasticsearch.
Health integration for Hazelcast.
Health indicators providing information about an application.
Classes related to contributing health information about an application.
Health integration for JDBC.
Health integration for JMS.
Health integration for LDAP.
Health integration for JavaMail.
MongoDB health integration using Spring Data MongoDB.
Health integration for Neo4j.
-
Uses of AbstractHealthIndicator in org.springframework.boot.amqp.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.amqp.healthModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for the RabbitMQ messaging system. -
Uses of AbstractHealthIndicator in org.springframework.boot.cassandra.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.cassandra.healthModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Cassandra data stores. -
Uses of AbstractHealthIndicator in org.springframework.boot.couchbase.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.couchbase.health -
Uses of AbstractHealthIndicator in org.springframework.boot.data.redis.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.data.redis.healthModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Redis data stores. -
Uses of AbstractHealthIndicator in org.springframework.boot.elasticsearch.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.elasticsearch.healthModifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aRest5Client. -
Uses of AbstractHealthIndicator in org.springframework.boot.hazelcast.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.hazelcast.health -
Uses of AbstractHealthIndicator in org.springframework.boot.health.application
Subclasses of AbstractHealthIndicator in org.springframework.boot.health.applicationModifier and TypeClassDescriptionclassAHealthIndicatorthat checks a specificAvailabilityStateof the application.classAHealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold.classAHealthIndicatorthat checks theLivenessStateof the application.classAHealthIndicatorthat checks theReadinessStateof the application.classHealthIndicatorthat checks the certificates the application uses and reportsStatus.OUT_OF_SERVICEwhen a certificate is invalid. -
Uses of AbstractHealthIndicator in org.springframework.boot.health.contributor
Subclasses of AbstractHealthIndicator in org.springframework.boot.health.contributorModifier and TypeClassDescriptionclassAuto-configuredHealthIndicatorthat always returnsStatus.UP. -
Uses of AbstractHealthIndicator in org.springframework.boot.jdbc.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.jdbc.healthModifier and TypeClassDescriptionclassHealthIndicatorthat tests the status of aDataSourceand optionally runs a test query. -
Uses of AbstractHealthIndicator in org.springframework.boot.jms.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.jms.health -
Uses of AbstractHealthIndicator in org.springframework.boot.ldap.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.ldap.health -
Uses of AbstractHealthIndicator in org.springframework.boot.mail.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.mail.health -
Uses of AbstractHealthIndicator in org.springframework.boot.mongodb.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.mongodb.healthModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for MongoDB. -
Uses of AbstractHealthIndicator in org.springframework.boot.neo4j.health
Subclasses of AbstractHealthIndicator in org.springframework.boot.neo4j.healthModifier and TypeClassDescriptionclassHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.