default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.advanced() |
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.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.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.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.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheLoaderFactory(String cacheLoaderFactory) |
The CacheLoader factory.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheLoaderFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheLoader> cacheLoaderFactory) |
The CacheLoader factory.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheWriterFactory(String cacheWriterFactory) |
The CacheWriter factory.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.cacheWriterFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheWriter> cacheWriterFactory) |
The CacheWriter factory.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.createCacheIfNotExists(boolean createCacheIfNotExists) |
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.createCacheIfNotExists(String createCacheIfNotExists) |
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.eventFilters(String eventFilters) |
The CacheEntryEventFilter.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.eventFilters(List<javax.cache.event.CacheEntryEventFilter> eventFilters) |
The CacheEntryEventFilter.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.expiryPolicyFactory(String expiryPolicyFactory) |
The ExpiryPolicy factory.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.expiryPolicyFactory(javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy> expiryPolicyFactory) |
The ExpiryPolicy factory.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.lookupProviders(boolean lookupProviders) |
Configure if a camel-cache should try to find implementations of
jcache api in runtimes like OSGi.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.lookupProviders(String lookupProviders) |
Configure if a camel-cache should try to find implementations of
jcache api in runtimes like OSGi.
|