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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthIndicatorcamelHealthCheckIndicator(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, CamelHealthCheckConfigurationProperties config)
-
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)
-