Uses of Interface
org.apache.camel.builder.endpoint.dsl.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder
Packages that use EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder
-
Uses of EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Ehcache component.Methods in org.apache.camel.builder.endpoint.dsl that return EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilderModifier and TypeMethodDescriptionEhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.basic()EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManager(String cacheManager) The cache manager.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManager(org.ehcache.CacheManager cacheManager) The cache manager.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManagerConfiguration(String cacheManagerConfiguration) The cache manager configuration.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration) The cache manager configuration.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.configurationUri(String configurationUri) URI pointing to the Ehcache XML configuration file's location.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.createCacheIfNotExist(boolean createCacheIfNotExist) Configure if a cache need to be created if it does exist or can't be pre-configured.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.createCacheIfNotExist(String createCacheIfNotExist) Configure if a cache need to be created if it does exist or can't be pre-configured.EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventFiring(String eventFiring) Set the delivery mode (synchronous, asynchronous).EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventFiring(org.ehcache.event.EventFiring eventFiring) Set the delivery mode (synchronous, asynchronous).EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventOrdering(String eventOrdering) Set the delivery mode (ordered, unordered).EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventOrdering(org.ehcache.event.EventOrdering eventOrdering) Set the delivery mode (ordered, unordered).EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventTypes(String eventTypes) Set the type of events to listen for (EVICTED,EXPIRED,REMOVED,CREATED,UPDATED).