Uses of Interface
org.apache.camel.builder.endpoint.dsl.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder
Packages that use JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder
-
Uses of JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the JCache component.Methods in org.apache.camel.builder.endpoint.dsl that return JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilderModifier and TypeMethodDescriptionJCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.advanced()JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheLoaderFactory(String cacheLoaderFactory) The CacheLoader factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheLoaderFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheLoader> cacheLoaderFactory) The CacheLoader factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheWriterFactory(String cacheWriterFactory) The CacheWriter factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheWriterFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheWriter> cacheWriterFactory) The CacheWriter factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.createCacheIfNotExists(boolean createCacheIfNotExists) Configure if a cache need to be created if it does exist or can't be pre-configured.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.createCacheIfNotExists(String createCacheIfNotExists) Configure if a cache need to be created if it does exist or can't be pre-configured.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.eventFilters(String eventFilters) The CacheEntryEventFilter.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.eventFilters(List<javax.cache.event.CacheEntryEventFilter> eventFilters) The CacheEntryEventFilter.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.expiryPolicyFactory(String expiryPolicyFactory) The ExpiryPolicy factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.expiryPolicyFactory(javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy> expiryPolicyFactory) The ExpiryPolicy factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.lookupProviders(boolean lookupProviders) Configure if a camel-cache should try to find implementations of jcache api in runtimes like OSGi.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.lookupProviders(String lookupProviders) Configure if a camel-cache should try to find implementations of jcache api in runtimes like OSGi.