| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointBuilder
Advanced builder for endpoint for the Ehcache component.
|
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder.advanced() |
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configuration(Object configuration)
The default cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configuration(String configuration)
The default cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configurations(Map<String,Object> configurations)
A map of cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.configurations(String configurations)
A map of cache configuration to be used to create caches.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.keyType(String keyType)
The cache key type, default java.lang.Object.
|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder |
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 |
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 |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointConsumerBuilder.valueType(String valueType)
The cache value type, default java.lang.Object.
|
Apache Camel