| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
StaticEndpointBuilders.ehcache(String path)
Ehcache (camel-ehcache)
Perform caching operations using Ehcache.
|
static EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
StaticEndpointBuilders.ehcache(String componentName,
String path)
Ehcache (camel-ehcache)
Perform caching operations using Ehcache.
|
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointBuilder.basic() |
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManager(Object cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManager(String cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManagerConfiguration(Object cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.cacheManagerConfiguration(String cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.configurationUri(String configurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.createCacheIfNotExist(boolean createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder.createCacheIfNotExist(String createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheBuilders.ehcache(String path)
Ehcache (camel-ehcache)
Perform caching operations using Ehcache.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.EhcacheBuilders.ehcache(String componentName,
String path)
Ehcache (camel-ehcache)
Perform caching operations using Ehcache.
|
static EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
EhcacheEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
Apache Camel