default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.basic() |
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
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 |
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 |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManager(Object cacheManager) |
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManager(String cacheManager) |
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManagerConfiguration(Object cacheManagerConfiguration) |
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.cacheManagerConfiguration(String cacheManagerConfiguration) |
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.configurationUri(String configurationUri) |
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
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 |
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 |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventFiring(String eventFiring) |
Set the delivery mode (synchronous, asynchronous).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventFiring(EhcacheEndpointBuilderFactory.EventFiring eventFiring) |
Set the delivery mode (synchronous, asynchronous).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventOrdering(String eventOrdering) |
Set the delivery mode (ordered, unordered).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventOrdering(EhcacheEndpointBuilderFactory.EventOrdering eventOrdering) |
Set the delivery mode (ordered, unordered).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.eventTypes(String eventTypes) |
Set the type of events to listen for
(EVICTED,EXPIRED,REMOVED,CREATED,UPDATED).
|