接口的使用
org.springframework.boot.actuate.health.ReactiveHealthIndicator
使用ReactiveHealthIndicator的程序包
程序包
说明
Auto-configuration for actuator health concerns.
Actuator support for Cassandra.
Actuator support for Couchbase.
Actuator support for Elasticsearch dependent on Spring Data.
Actuator support for Mongo dependent on Spring Data.
Actuator support for Redis dependent on Spring Data.
Actuator health indicator and endpoints.
Actuator support for Neo4j.
Actuator support for R2DBC.
-
org.springframework.boot.actuate.autoconfigure.health中ReactiveHealthIndicator的使用
修饰符和类型类说明class
Base class for health contributor configurations that can combine source beans into a composite. -
org.springframework.boot.actuate.cassandra中ReactiveHealthIndicator的使用
修饰符和类型类说明class
Simple implementation of aReactiveHealthIndicator
returning status information for Cassandra data stores. -
org.springframework.boot.actuate.couchbase中ReactiveHealthIndicator的使用
-
org.springframework.boot.actuate.data.elasticsearch中ReactiveHealthIndicator的使用
-
org.springframework.boot.actuate.data.mongo中ReactiveHealthIndicator的使用
-
org.springframework.boot.actuate.data.redis中ReactiveHealthIndicator的使用
-
org.springframework.boot.actuate.health中ReactiveHealthIndicator的使用
修饰符和类型类说明class
BaseReactiveHealthIndicator
implementations that encapsulates creation ofHealth
instance and error handling. -
org.springframework.boot.actuate.neo4j中ReactiveHealthIndicator的使用
修饰符和类型类说明final class
ReactiveHealthIndicator
that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information. -
org.springframework.boot.actuate.r2dbc中ReactiveHealthIndicator的使用