@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.caffeine.load.springboot.CaffeineLoadCacheComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,CaffeineLoadCacheComponentConfiguration.class}) public class CaffeineLoadCacheComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
CaffeineLoadCacheComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent |
configureCaffeineLoadCacheComponent() |
public CaffeineLoadCacheComponentAutoConfiguration()
@Lazy
@Bean(name="caffeine-loadcache-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent.class)
public org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent configureCaffeineLoadCacheComponent()
throws Exception
ExceptionApache Camel