public class Neo4jHealthIndicator extends AbstractHealthIndicator
HealthIndicator that tests the status of a Neo4j by executing a Cypher
statement and extracting server and database information.| 构造器和说明 |
|---|
Neo4jHealthIndicator(org.neo4j.driver.Driver driver) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthprotected void doHealthCheck(Health.Builder builder)
AbstractHealthIndicatordoHealthCheck 在类中 AbstractHealthIndicatorbuilder - the Health.Builder to report health status and details