public class Neo4jHealthIndicator extends AbstractHealthIndicator
HealthIndicator that tests the status of a Neo4j by executing a Cypher
statement and extracting server and database information.| Constructor and Description |
|---|
Neo4jHealthIndicator(org.neo4j.driver.Driver driver) |
| Modifier and Type | Method and Description |
|---|---|
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 in class AbstractHealthIndicatorbuilder - the Health.Builder to report health status and details