public static interface EhcacheComponentBuilderFactory.EhcacheComponentBuilder extends ComponentBuilder<org.apache.camel.component.ehcache.EhcacheComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
cacheConfiguration(org.ehcache.config.CacheConfiguration cacheConfiguration)
The default cache configuration to be used to create caches.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
cacheConfigurationUri(String cacheConfigurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
cacheManager(org.ehcache.CacheManager cacheManager)
The cache manager.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
cacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
cachesConfigurations(Map<String,org.ehcache.config.CacheConfiguration> cachesConfigurations)
A map of caches configurations to be used to create caches.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
configuration(org.apache.camel.component.ehcache.EhcacheConfiguration configuration)
Sets the global component configuration.
|
default EhcacheComponentBuilderFactory.EhcacheComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder cacheConfiguration(org.ehcache.config.CacheConfiguration cacheConfiguration)
org.ehcache.config.CacheConfiguration
type.
Group: commondefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder cacheConfigurationUri(String cacheConfigurationUri)
java.lang.String type.
Group: commondefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder cacheManager(org.ehcache.CacheManager cacheManager)
org.ehcache.CacheManager type.
Group: commondefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder cacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration)
org.ehcache.config.Configuration type.
Group: commondefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder cachesConfigurations(Map<String,org.ehcache.config.CacheConfiguration> cachesConfigurations)
java.util.Map type.
Group: commondefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault EhcacheComponentBuilderFactory.EhcacheComponentBuilder configuration(org.apache.camel.component.ehcache.EhcacheConfiguration configuration)
org.apache.camel.component.ehcache.EhcacheConfiguration
type.
Group: advancedApache Camel