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(Properties 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(List<JCacheEndpointBuilderFactory.EventType> filteredEvents)
Events a consumer should filter.
|
default JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder |
filteredEvents(String filteredEvents)
Events a consumer should filter.
|
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)
javax.cache.configuration.Configuration
type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfiguration(String cacheConfiguration)
javax.cache.configuration.Configuration type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfigurationProperties(Properties cacheConfigurationProperties)
java.util.Properties type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cacheConfigurationProperties(String cacheConfigurationProperties)
java.util.Properties
type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder cachingProvider(String cachingProvider)
java.lang.String type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder configurationUri(String configurationUri)
java.lang.String type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder managementEnabled(boolean managementEnabled)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder managementEnabled(String managementEnabled)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder readThrough(boolean readThrough)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder readThrough(String readThrough)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder statisticsEnabled(boolean statisticsEnabled)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder statisticsEnabled(String statisticsEnabled)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder storeByValue(boolean storeByValue)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder storeByValue(String storeByValue)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder writeThrough(boolean writeThrough)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder writeThrough(String writeThrough)
boolean type.
Group: commondefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder filteredEvents(List<JCacheEndpointBuilderFactory.EventType> filteredEvents)
java.util.List<javax.cache.event.EventType> type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder filteredEvents(String filteredEvents)
java.util.List<javax.cache.event.EventType> type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder oldValueRequired(boolean oldValueRequired)
boolean type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder oldValueRequired(String oldValueRequired)
boolean type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Group: consumerdefault JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Group: consumerApache Camel