- All Implemented Interfaces:
- org.apache.camel.spi.ComponentCustomizer<org.apache.camel.component.infinispan.InfinispanComponent>, org.apache.camel.spi.HasId
@Order(value=100)
@Configuration
@Conditional(value=org.apache.camel.component.infinispan.springboot.customizer.RemoteCacheManagerCustomizer.Conditions.class)
@AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class)
@AutoConfigureBefore(value=InfinispanComponentAutoConfiguration.class)
@EnableConfigurationProperties(value=RemoteCacheManagerCustomizerConfiguration.class)
public class RemoteCacheManagerCustomizer
extends Object
implements org.apache.camel.spi.HasId, org.apache.camel.spi.ComponentCustomizer<org.apache.camel.component.infinispan.InfinispanComponent>