public static interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
advanced() |
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
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 EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
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 EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
cacheManager(Object cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
cacheManager(String cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
cacheManagerConfiguration(Object cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
cacheManagerConfiguration(String cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
configurationUri(String configurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
createCacheIfNotExist(boolean createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
createCacheIfNotExist(String createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
eventFiring(EhcacheEndpointBuilderFactory.EventFiring eventFiring)
Set the delivery mode (synchronous, asynchronous).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
eventFiring(String eventFiring)
Set the delivery mode (synchronous, asynchronous).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
eventOrdering(EhcacheEndpointBuilderFactory.EventOrdering eventOrdering)
Set the delivery mode (ordered, unordered).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
eventOrdering(String eventOrdering)
Set the delivery mode (ordered, unordered).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
eventTypes(String eventTypes)
Set the type of events to listen for
(EVICTED,EXPIRED,REMOVED,CREATED,UPDATED).
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder advanced()
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManager(Object cacheManager)
cacheManager - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManager(String cacheManager)
cacheManager - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManagerConfiguration(Object cacheManagerConfiguration)
cacheManagerConfiguration - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManagerConfiguration(String cacheManagerConfiguration)
cacheManagerConfiguration - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder configurationUri(String configurationUri)
configurationUri - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder createCacheIfNotExist(boolean createCacheIfNotExist)
createCacheIfNotExist - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder createCacheIfNotExist(String createCacheIfNotExist)
createCacheIfNotExist - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventFiring(EhcacheEndpointBuilderFactory.EventFiring eventFiring)
eventFiring - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventFiring(String eventFiring)
eventFiring - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventOrdering(EhcacheEndpointBuilderFactory.EventOrdering eventOrdering)
eventOrdering - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventOrdering(String eventOrdering)
eventOrdering - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventTypes(String eventTypes)
eventTypes - the value to setApache Camel