Class CamelInfoAutoConfiguration.CamelInfoContributorInitializer
java.lang.Object
org.apache.camel.spring.boot.actuate.info.CamelInfoAutoConfiguration.CamelInfoContributorInitializer
- Enclosing class:
- CamelInfoAutoConfiguration
@ConditionalOnClass(org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(CamelInfoContributor.class)
@ConditionalOnEnabledInfoContributor("camel")
protected static class CamelInfoAutoConfiguration.CamelInfoContributorInitializer
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.info.InfoContributorcamelInfoContributor(org.apache.camel.CamelContext camelContext)
-
Constructor Details
-
CamelInfoContributorInitializer
protected CamelInfoContributorInitializer()
-
-
Method Details
-
camelInfoContributor
@Bean public org.springframework.boot.actuate.info.InfoContributor camelInfoContributor(org.apache.camel.CamelContext camelContext)
-