接口的使用
org.springframework.boot.actuate.health.HealthIndicator
使用HealthIndicator的程序包
程序包
说明
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 JDBC.
Actuator support for JMS.
Actuator support for LDAP.
Actuator support for JavaMail.
Actuator support for Neo4j.
Actuator support for ssl concerns.
Actuator support for system-related concerns.
-
org.springframework.boot.actuate.amqp中HealthIndicator的使用
修饰符和类型类说明class
Simple implementation of aHealthIndicator
returning status information for the RabbitMQ messaging system. -
org.springframework.boot.actuate.autoconfigure.health中HealthIndicator的使用
修饰符和类型类说明class
CompositeHealthContributorConfiguration<I extends HealthIndicator,
B> Base class for health contributor configurations that can combine source beans into a composite. -
org.springframework.boot.actuate.availability中HealthIndicator的使用
修饰符和类型类说明class
AHealthIndicator
that checks a specificAvailabilityState
of the application.class
AHealthIndicator
that checks theLivenessState
of the application.class
AHealthIndicator
that checks theReadinessState
of the application. -
org.springframework.boot.actuate.cassandra中HealthIndicator的使用
修饰符和类型类说明class
Simple implementation of aHealthIndicator
returning status information for Cassandra data stores. -
org.springframework.boot.actuate.couchbase中HealthIndicator的使用
-
org.springframework.boot.actuate.data.mongo中HealthIndicator的使用
修饰符和类型类说明class
Simple implementation of aHealthIndicator
returning status information for Mongo data stores. -
org.springframework.boot.actuate.data.redis中HealthIndicator的使用
修饰符和类型类说明class
Simple implementation of aHealthIndicator
returning status information for Redis data stores. -
org.springframework.boot.actuate.elasticsearch中HealthIndicator的使用
-
org.springframework.boot.actuate.hazelcast中HealthIndicator的使用
-
org.springframework.boot.actuate.health中HealthIndicator的使用
修饰符和类型类说明class
BaseHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling.class
Default implementation ofHealthIndicator
that returnsStatus.UP
. -
org.springframework.boot.actuate.jdbc中HealthIndicator的使用
修饰符和类型类说明class
HealthIndicator
that tests the status of aDataSource
and optionally runs a test query. -
org.springframework.boot.actuate.jms中HealthIndicator的使用
-
org.springframework.boot.actuate.ldap中HealthIndicator的使用
-
org.springframework.boot.actuate.mail中HealthIndicator的使用
-
org.springframework.boot.actuate.neo4j中HealthIndicator的使用
修饰符和类型类说明class
HealthIndicator
that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
org.springframework.boot.actuate.ssl中HealthIndicator的使用
修饰符和类型类说明class
HealthIndicator
that checks the certificates the application uses and reportsStatus.OUT_OF_SERVICE
when a certificate is invalid. -
org.springframework.boot.actuate.system中HealthIndicator的使用
修饰符和类型类说明class
AHealthIndicator
that checks available disk space and reports a status ofStatus.DOWN
when it drops below a configurable threshold.