Class Neo4jDriverHealthContributorAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @ConditionalOnClass({org.neo4j.driver.Driver.class,org.springframework.boot.actuate.health.Health.class})
    @ConditionalOnEnabledHealthIndicator("neo4j")
    @AutoConfigureBefore(org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class)
    @AutoConfigureAfter({Neo4jDriverAutoConfiguration.class,org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.neo4j.Neo4jHealthContributorAutoConfiguration.class})
    @ConditionalOnBean(org.neo4j.driver.Driver.class)
    public class Neo4jDriverHealthContributorAutoConfiguration
    extends java.lang.Object
    Auto-configuration for health indicators on all available drivers.

    The auto-configuration here is responsible for both imperative and reactive health checks. The reactive health check has precedence over the imperative one.

    Author:
    Michael J. Simons
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Neo4jDriverHealthContributorAutoConfiguration

        public Neo4jDriverHealthContributorAutoConfiguration()