Class Neo4jReactiveHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
All Implemented Interfaces:
ReactiveHealthContributor, ReactiveHealthIndicator

public final class Neo4jReactiveHealthIndicator extends AbstractReactiveHealthIndicator
ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
Since:
2.4.0
Author:
Michael J. Simons, Stephane Nicoll
  • Constructor Details

    • Neo4jReactiveHealthIndicator

      public Neo4jReactiveHealthIndicator(org.neo4j.driver.Driver driver)
  • Method Details