@Configuration @EnableConfigurationProperties(value=CacheComponentConfiguration.class) public class CacheComponentAutoConfiguration extends Object
Constructor and Description |
---|
CacheComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.cache.CacheComponent |
configureCacheComponent(org.apache.camel.CamelContext camelContext,
CacheComponentConfiguration configuration) |
@Bean(name="cache-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.cache.CacheComponent.class) public org.apache.camel.component.cache.CacheComponent configureCacheComponent(org.apache.camel.CamelContext camelContext, CacheComponentConfiguration configuration) throws Exception
Exception
Apache Camel