@ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=CamelInfoContributor.class) @ConditionalOnEnabledInfoContributor(value="camel") protected static class CamelInfoAutoConfiguration.CamelInfoContributorInitializer extends Object
Modifier | Constructor and Description |
---|---|
protected |
CamelInfoContributorInitializer() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.info.InfoContributor |
camelInfoContributor(org.apache.camel.CamelContext camelContext) |
Apache Camel