@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.neo4j.ogm.session.SessionFactory.class) @ConditionalOnBean(value=org.neo4j.ogm.session.SessionFactory.class) @ConditionalOnEnabledHealthIndicator(value="neo4j") @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.class) public class Neo4jHealthContributorAutoConfiguration extends CompositeHealthContributorConfiguration<org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator,org.neo4j.ogm.session.SessionFactory>
Auto-configuration for Neo4jHealthIndicator.| Constructor and Description |
|---|
Neo4jHealthContributorAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HealthContributor |
neo4jHealthContributor(java.util.Map<java.lang.String,org.neo4j.ogm.session.SessionFactory> sessionFactories) |
createCompositecreateContributor, createIndicator