@Scope(value="singleton") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=CamelHealthCheckIndicator.class) protected class CamelHealthCheckAutoConfiguration.CamelHealthCheckIndicatorInitializer extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CamelHealthCheckIndicatorInitializer() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.actuate.health.HealthIndicator |
camelHealthCheckIndicator(org.apache.camel.CamelContext camelContext,
CamelHealthCheckConfigurationProperties config) |
protected CamelHealthCheckIndicatorInitializer()
@Bean(name="camelHealth")
public org.springframework.boot.actuate.health.HealthIndicator camelHealthCheckIndicator(org.apache.camel.CamelContext camelContext,
CamelHealthCheckConfigurationProperties config)
Apache Camel