Uses of Interface
org.apache.camel.builder.component.dsl.EhcacheComponentBuilderFactory.EhcacheComponentBuilder
Packages that use EhcacheComponentBuilderFactory.EhcacheComponentBuilder
-
Uses of EhcacheComponentBuilderFactory.EhcacheComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return EhcacheComponentBuilderFactory.EhcacheComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.ehcache()Ehcache (camel-ehcache) Perform caching operations using Ehcache. -
Uses of EhcacheComponentBuilderFactory.EhcacheComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement EhcacheComponentBuilderFactory.EhcacheComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return EhcacheComponentBuilderFactory.EhcacheComponentBuilderModifier and TypeMethodDescriptionTo configure the default cache action.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cacheManager(org.ehcache.CacheManager cacheManager) The cache manager.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration) The cache manager configuration.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.configuration(org.ehcache.config.CacheConfiguration configuration) The default cache configuration to be used to create caches.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.configurations(Map<String, org.ehcache.config.CacheConfiguration> configurations) A map of cache configuration to be used to create caches.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.configurationUri(String configurationUri) URI pointing to the Ehcache XML configuration file's location.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.createCacheIfNotExist(boolean createCacheIfNotExist) Configure if a cache need to be created if it does exist or can't be pre-configured.EhcacheComponentBuilderFactory.ehcache()Ehcache (camel-ehcache) Perform caching operations using Ehcache.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.eventFiring(org.ehcache.event.EventFiring eventFiring) Set the delivery mode (synchronous, asynchronous).EhcacheComponentBuilderFactory.EhcacheComponentBuilder.eventOrdering(org.ehcache.event.EventOrdering eventOrdering) Set the delivery mode (ordered, unordered).EhcacheComponentBuilderFactory.EhcacheComponentBuilder.eventTypes(String eventTypes) Set the type of events to listen for (EVICTED,EXPIRED,REMOVED,CREATED,UPDATED).To configure the default action key.The cache key type, default java.lang.Object.EhcacheComponentBuilderFactory.EhcacheComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The cache value type, default java.lang.Object.