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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.boot.actuate.health.HealthContributor
    arangoHealthIndicator(Map<String,com.arangodb.springframework.core.ArangoOperations> operations)
     

    Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration

    createComposite

    Methods inherited from class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration

    createContributor, createIndicator

    Methods inherited from class java.lang.Object

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

    • ArangoHealthIndicatorAutoConfiguration

      public ArangoHealthIndicatorAutoConfiguration()
  • Method Details

    • arangoHealthIndicator

      @Bean @ConditionalOnMissingBean(name="arangoHealthIndicator") public org.springframework.boot.actuate.health.HealthContributor arangoHealthIndicator(Map<String,com.arangodb.springframework.core.ArangoOperations> operations)