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)
org.apache.camel.component.ehcache.EhcacheManager type.
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManager(String cacheManager)
org.apache.camel.component.ehcache.EhcacheManager type.
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManagerConfiguration(Object cacheManagerConfiguration)
org.ehcache.config.Configuration type.
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder cacheManagerConfiguration(String cacheManagerConfiguration)
org.ehcache.config.Configuration type.
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder configurationUri(String configurationUri)
java.lang.String type.
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder createCacheIfNotExist(boolean createCacheIfNotExist)
boolean type.
Default: true
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder createCacheIfNotExist(String createCacheIfNotExist)
boolean type.
Default: true
Group: commondefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventFiring(EhcacheEndpointBuilderFactory.EventFiring eventFiring)
org.ehcache.event.EventFiring type.
Default: ASYNCHRONOUS
Group: consumerdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventFiring(String eventFiring)
org.ehcache.event.EventFiring type.
Default: ASYNCHRONOUS
Group: consumerdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventOrdering(EhcacheEndpointBuilderFactory.EventOrdering eventOrdering)
org.ehcache.event.EventOrdering type.
Default: ORDERED
Group: consumerdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventOrdering(String eventOrdering)
org.ehcache.event.EventOrdering type.
Default: ORDERED
Group: consumerdefault EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder eventTypes(String eventTypes)
java.lang.String type.
Group: consumerApache Camel