Class Neo4jReactiveHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.ReactiveHealthContributor, org.springframework.boot.actuate.health.ReactiveHealthIndicator

    public final class Neo4jReactiveHealthIndicator
    extends org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
    ReactiveHealthIndicator that tests the status of a Neo4j by executing a Cypher statement and extracting server and database information.
    Author:
    Michael J. Simons
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> doHealthCheck​(org.springframework.boot.actuate.health.Health.Builder builder)  
      • Methods inherited from class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator

        health
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.boot.actuate.health.ReactiveHealthIndicator

        getHealth
    • Constructor Detail

      • Neo4jReactiveHealthIndicator

        public Neo4jReactiveHealthIndicator​(org.neo4j.driver.Driver driver)
    • Method Detail

      • doHealthCheck

        protected reactor.core.publisher.Mono<org.springframework.boot.actuate.health.Health> doHealthCheck​(org.springframework.boot.actuate.health.Health.Builder builder)
        Specified by:
        doHealthCheck in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator