| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointBuilder
Builder for endpoint for the Caffeine LoadCache component.
|
| Modifier and Type | Method and Description |
|---|---|
default CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.AdvancedCaffeineLoadCacheEndpointConsumerBuilder.basic() |
default CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder.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 CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder.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 CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder.createCacheIfNotExist(boolean createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder |
CaffeineLoadCacheEndpointBuilderFactory.CaffeineLoadCacheEndpointConsumerBuilder.createCacheIfNotExist(String createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
Apache Camel