Uses of Interface
org.springframework.boot.health.contributor.HealthIndicator
Packages that use HealthIndicator
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.
Auto-configuration for health contributors.
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 HealthIndicator in org.springframework.boot.amqp.health
Classes in org.springframework.boot.amqp.health that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for the RabbitMQ messaging system. -
Uses of HealthIndicator in org.springframework.boot.cassandra.health
Classes in org.springframework.boot.cassandra.health that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Cassandra data stores. -
Uses of HealthIndicator in org.springframework.boot.couchbase.health
Classes in org.springframework.boot.couchbase.health that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.data.redis.health
Classes in org.springframework.boot.data.redis.health that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for Redis data stores. -
Uses of HealthIndicator in org.springframework.boot.elasticsearch.health
Classes in org.springframework.boot.elasticsearch.health that implement HealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorfor an Elasticsearch cluster using aRest5Client. -
Uses of HealthIndicator in org.springframework.boot.hazelcast.health
Classes in org.springframework.boot.hazelcast.health that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.health.application
Classes in org.springframework.boot.health.application that implement HealthIndicatorModifier 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 HealthIndicator in org.springframework.boot.health.autoconfigure.contributor
Classes in org.springframework.boot.health.autoconfigure.contributor 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.health.contributor
Classes in org.springframework.boot.health.contributor that implement HealthIndicatorModifier and TypeClassDescriptionclassBaseHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.classAuto-configuredHealthIndicatorthat always returnsStatus.UP.Methods in org.springframework.boot.health.contributor that return HealthIndicatorModifier and TypeMethodDescriptiondefault HealthIndicatorReactiveHealthIndicator.asHealthContributor() -
Uses of HealthIndicator in org.springframework.boot.jdbc.health
Classes in org.springframework.boot.jdbc.health that implement HealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorthat tests the status of aDataSourceand optionally runs a test query. -
Uses of HealthIndicator in org.springframework.boot.jms.health
Classes in org.springframework.boot.jms.health that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.ldap.health
Classes in org.springframework.boot.ldap.health that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.mail.health
Classes in org.springframework.boot.mail.health that implement HealthIndicator -
Uses of HealthIndicator in org.springframework.boot.mongodb.health
Classes in org.springframework.boot.mongodb.health that implement HealthIndicatorModifier and TypeClassDescriptionclassSimple implementation of aHealthIndicatorreturning status information for MongoDB. -
Uses of HealthIndicator in org.springframework.boot.neo4j.health
Classes in org.springframework.boot.neo4j.health that implement HealthIndicatorModifier and TypeClassDescriptionclassHealthIndicatorthat tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.