Class ArangoHealthIndicatorAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<org.springframework.boot.actuate.health.HealthContributor,I,B>
org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration<ArangoHealthIndicator,com.arangodb.springframework.core.ArangoOperations>
com.arangodb.springframework.boot.actuate.autoconfigure.ArangoHealthIndicatorAutoConfiguration
@AutoConfiguration
@ConditionalOnClass({com.arangodb.springframework.core.ArangoOperations.class,org.springframework.boot.actuate.health.HealthIndicator.class,org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration.class})
@ConditionalOnBean(com.arangodb.springframework.core.ArangoOperations.class)
@ConditionalOnEnabledHealthIndicator("arango")
@AutoConfigureAfter(ArangoAutoConfiguration.class)
public class ArangoHealthIndicatorAutoConfiguration
extends org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration<ArangoHealthIndicator,com.arangodb.springframework.core.ArangoOperations>
- Author:
- Mark Vollmary, Michele Rastelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthContributorarangoHealthIndicator(Map<String, com.arangodb.springframework.core.ArangoOperations> operations) Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
createCompositeMethods inherited from class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
createContributor, createIndicator
-
Constructor Details
-
ArangoHealthIndicatorAutoConfiguration
public ArangoHealthIndicatorAutoConfiguration()
-
-
Method Details
-
arangoHealthIndicator
-