@Configuration @ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class) @Conditional(value=CamelHealthAutoConfiguration.Condition.class) @ConditionalOnBean(value=CamelAutoConfiguration.class) @EnableConfigurationProperties(value=CamelHealthConfiguration.class) public class CamelHealthAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CamelHealthAutoConfiguration.Condition |
Constructor and Description |
---|
CamelHealthAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.health.HealthIndicator |
camelHealthIndicator(org.apache.camel.CamelContext camelContext) |
@Bean @ConditionalOnBean(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=CamelHealthIndicator.class) public org.springframework.boot.actuate.health.HealthIndicator camelHealthIndicator(org.apache.camel.CamelContext camelContext)
Apache Camel