public static interface JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder |
advanced() |
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
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.JCacheEndpointConsumerBuilder |
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.JCacheEndpointConsumerBuilder |
cacheConfiguration(Object cacheConfiguration)
A Configuration for the Cache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
cacheConfiguration(String cacheConfiguration)
A Configuration for the Cache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
cacheConfigurationProperties(Map cacheConfigurationProperties)
The Properties for the javax.cache.spi.CachingProvider to create the
CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
cacheConfigurationProperties(String cacheConfigurationProperties)
The Properties for the javax.cache.spi.CachingProvider to create the
CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
cachingProvider(String cachingProvider)
The fully qualified class name of the
javax.cache.spi.CachingProvider.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
configurationUri(String configurationUri)
An implementation specific URI for the CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
filteredEvents(String filteredEvents)
Events a consumer should filter (multiple events can be separated by
comma).
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
managementEnabled(boolean managementEnabled)
Whether management gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
managementEnabled(String managementEnabled)
Whether management gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
oldValueRequired(boolean oldValueRequired)
if the old value is required for events.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
oldValueRequired(String oldValueRequired)
if the old value is required for events.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
readThrough(boolean readThrough)
If read-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
readThrough(String readThrough)
If read-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
statisticsEnabled(boolean statisticsEnabled)
Whether statistics gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
statisticsEnabled(String statisticsEnabled)
Whether statistics gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
storeByValue(boolean storeByValue)
If cache should use store-by-value or store-by-reference semantics.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
storeByValue(String storeByValue)
If cache should use store-by-value or store-by-reference semantics.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
synchronous(boolean synchronous)
if the event listener should block the thread causing the event.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
synchronous(String synchronous)
if the event listener should block the thread causing the event.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
writeThrough(boolean writeThrough)
If write-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
writeThrough(String writeThrough)
If write-through caching should be used.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder advanced()
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfiguration(Object cacheConfiguration)
cacheConfiguration - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfiguration(String cacheConfiguration)
cacheConfiguration - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfigurationProperties(Map cacheConfigurationProperties)
cacheConfigurationProperties - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfigurationProperties(String cacheConfigurationProperties)
cacheConfigurationProperties - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cachingProvider(String cachingProvider)
cachingProvider - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder configurationUri(String configurationUri)
configurationUri - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder managementEnabled(boolean managementEnabled)
managementEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder managementEnabled(String managementEnabled)
managementEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder readThrough(boolean readThrough)
readThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder readThrough(String readThrough)
readThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder statisticsEnabled(boolean statisticsEnabled)
statisticsEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder statisticsEnabled(String statisticsEnabled)
statisticsEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder storeByValue(boolean storeByValue)
storeByValue - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder storeByValue(String storeByValue)
storeByValue - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder writeThrough(boolean writeThrough)
writeThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder writeThrough(String writeThrough)
writeThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder filteredEvents(String filteredEvents)
filteredEvents - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder oldValueRequired(boolean oldValueRequired)
oldValueRequired - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder oldValueRequired(String oldValueRequired)
oldValueRequired - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel