| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder
Builder for endpoint for the Ehcache component.
|
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.action(String action)
To configure the default cache action.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointProducerBuilder.basic() |
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.cacheManager(Object cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.cacheManager(String cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.cacheManagerConfiguration(Object cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.cacheManagerConfiguration(String cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.configurationUri(String configurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.createCacheIfNotExist(boolean createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.createCacheIfNotExist(String createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.key(Object key)
To configure the default action key.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.key(String key)
To configure the default action key.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel