Uses of Interface
org.apache.camel.builder.endpoint.dsl.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder
Packages that use EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder
-
Uses of EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Ehcache component.Methods in org.apache.camel.builder.endpoint.dsl that return EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilderModifier and TypeMethodDescriptionEhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.advanced()EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.configuration(String configuration) The default cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.configuration(org.ehcache.config.CacheConfiguration configuration) The default cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.configurations(String configurations) A map of cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.configurations(Map<String, org.ehcache.config.CacheConfiguration> configurations) A map of cache configuration to be used to create caches.The cache key type, default java.lang.Object.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).The cache value type, default java.lang.Object.