public static interface EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder |
basic() |
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
configuration(Object configuration)
The default cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
configuration(String configuration)
The default cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
configurations(Map<String,Object> configurations)
A map of cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
configurations(String configurations)
A map of cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
keyType(String keyType)
The cache key type, default java.lang.Object.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
valueType(String valueType)
The cache value type, default java.lang.Object.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder basic()
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder configuration(Object configuration)
configuration - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder configuration(String configuration)
configuration - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder configurations(Map<String,Object> configurations)
configurations - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder configurations(String configurations)
configurations - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder keyType(String keyType)
keyType - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder valueType(String valueType)
valueType - the value to setApache Camel