@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @ConditionalOnBean(type="org.apache.camel.spring.boot.CamelAutoConfiguration") @EnableConfigurationProperties(value=JCacheComponentConfiguration.class) public class JCacheComponentAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JCacheComponentAutoConfiguration.Condition |
| Constructor and Description |
|---|
JCacheComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.jcache.JCacheComponent |
configureJCacheComponent(org.apache.camel.CamelContext camelContext,
JCacheComponentConfiguration configuration) |
@Lazy
@Bean(name="jcache-component")
@ConditionalOnClass(value=org.apache.camel.CamelContext.class)
@ConditionalOnMissingBean(value=org.apache.camel.component.jcache.JCacheComponent.class)
public org.apache.camel.component.jcache.JCacheComponent configureJCacheComponent(org.apache.camel.CamelContext camelContext,
JCacheComponentConfiguration configuration)
throws Exception
ExceptionApache Camel