Class CamelHealthCheckAutoConfiguration.CamelHealthCheckIndicatorInitializer

java.lang.Object
org.apache.camel.spring.boot.actuate.health.CamelHealthCheckAutoConfiguration.CamelHealthCheckIndicatorInitializer
Enclosing class:
CamelHealthCheckAutoConfiguration

@Scope("singleton") @ConditionalOnClass(org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(CamelHealthCheckIndicator.class) protected class CamelHealthCheckAutoConfiguration.CamelHealthCheckIndicatorInitializer extends Object
  • Constructor Details

    • CamelHealthCheckIndicatorInitializer

      protected CamelHealthCheckIndicatorInitializer()
  • Method Details

    • camelHealthCheckIndicator

      @Bean(name="camelHealth") public org.springframework.boot.actuate.health.HealthIndicator camelHealthCheckIndicator(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, CamelHealthCheckConfigurationProperties config)