| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointBuilder
Advanced builder for endpoint for the Caffeine LoadCache component.
|
| Modifier and Type | Method and Description |
|---|---|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder.advanced() |
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.keyType(String keyType)
The cache key type, default java.lang.Object.
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.valueType(String valueType)
The cache value type, default java.lang.Object.
|
Apache Camel