@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>
Constructor and Description |
---|
EmbeddedCacheManagerCustomizer() |
Modifier and Type | Method and Description |
---|---|
void |
customize(org.apache.camel.component.infinispan.InfinispanComponent component) |
String |
getId() |
public void customize(org.apache.camel.component.infinispan.InfinispanComponent component)
customize
in interface org.apache.camel.spi.ComponentCustomizer<org.apache.camel.component.infinispan.InfinispanComponent>
public String getId()
getId
in interface org.apache.camel.spi.HasId
Apache Camel