| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
ComponentsBuilderFactory.ehcache()
Ehcache (camel-ehcache)
The ehcache component enables you to perform caching operations using
Ehcache as cache implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EhcacheComponentBuilderFactory.EhcacheComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.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 EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cacheConfiguration(org.ehcache.config.CacheConfiguration cacheConfiguration)
The default cache configuration to be used to create caches.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cacheConfigurationUri(String cacheConfigurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cacheManager(org.ehcache.CacheManager cacheManager)
The cache manager.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.cachesConfigurations(Map<String,org.ehcache.config.CacheConfiguration> cachesConfigurations)
A map of caches configurations to be used to create caches.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.configuration(org.apache.camel.component.ehcache.EhcacheConfiguration configuration)
Sets the global component configuration.
|
static EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.ehcache()
Ehcache (camel-ehcache)
The ehcache component enables you to perform caching operations using
Ehcache as cache implementation.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
EhcacheComponentBuilderFactory.EhcacheComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel