- All Implemented Interfaces:
- org.apache.camel.spi.ComponentCustomizer<org.apache.camel.component.infinispan.InfinispanComponent>, org.apache.camel.spi.HasId
@Order(value=101)
@Configuration
@ConditionalOnBean(value={org.infinispan.manager.EmbeddedCacheManager.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class})
@AutoConfigureAfter(value={org.apache.camel.spring.boot.CamelAutoConfiguration.class,org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class})
@AutoConfigureBefore(value=InfinispanComponentAutoConfiguration.class)
@EnableConfigurationProperties(value=EmbeddedCacheManagerCustomizerConfiguration.class)
public class EmbeddedCacheManagerCustomizer
extends Object
implements org.apache.camel.spi.HasId, org.apache.camel.spi.ComponentCustomizer<org.apache.camel.component.infinispan.InfinispanComponent>