类 Neo4jHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- 所有已实现的接口:
HealthContributor
,HealthIndicator
HealthIndicator
that tests the status of a Neo4j by executing a Cypher
statement and extracting server and database information.- 从以下版本开始:
- 2.0.0
- 作者:
- Eric Spiegelberg, Stephane Nicoll, Michael J. Simons
-
构造器详细资料
-
Neo4jHealthIndicator
public Neo4jHealthIndicator(org.neo4j.driver.Driver driver)
-
-
方法详细资料
-
doHealthCheck
从类复制的说明:AbstractHealthIndicator
Actual health check logic.- 指定者:
doHealthCheck
在类中AbstractHealthIndicator
- 参数:
builder
- theHealth.Builder
to report health status and details
-