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