Uses of Interface
org.apache.camel.builder.endpoint.dsl.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder
Packages that use EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder
-
Uses of EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder 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.AdvancedEhcacheEndpointConsumerBuilderModifier and TypeMethodDescriptionEhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.advanced()EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.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.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.bridgeErrorHandler(String 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.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configuration(String configuration) The default cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configuration(org.ehcache.config.CacheConfiguration configuration) The default cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configurations(String configurations) A map of cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configurations(Map<String, org.ehcache.config.CacheConfiguration> configurations) A map of cache configuration to be used to create caches.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.The cache key type, default java.lang.Object.The cache value type, default java.lang.Object.