public static interface EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder extends EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilder, EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointBuilder |
advanced() |
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
cacheManager(Object cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
cacheManager(String cacheManager)
The cache manager.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
cacheManagerConfiguration(Object cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
cacheManagerConfiguration(String cacheManagerConfiguration)
The cache manager configuration.
|
default EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder |
configurationUri(String configurationUri)
URI pointing to the Ehcache XML configuration file's location.
|
default 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 |
createCacheIfNotExist(String createCacheIfNotExist)
Configure if a cache need to be created if it does exist or can't be
pre-configured.
|
bridgeErrorHandler, bridgeErrorHandler, eventFiring, eventFiring, eventOrdering, eventOrdering, eventTypesdoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUriaction, key, key, lazyStartProducer, lazyStartProducerdefault EhcacheEndpointBuilderFactory.AdvancedEhcacheEndpointBuilder advanced()
advanced in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilderadvanced in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilderdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder cacheManager(Object cacheManager)
cacheManager in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuildercacheManager in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuildercacheManager - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder cacheManager(String cacheManager)
cacheManager in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuildercacheManager in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuildercacheManager - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder cacheManagerConfiguration(Object cacheManagerConfiguration)
cacheManagerConfiguration in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuildercacheManagerConfiguration in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuildercacheManagerConfiguration - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder cacheManagerConfiguration(String cacheManagerConfiguration)
cacheManagerConfiguration in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuildercacheManagerConfiguration in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuildercacheManagerConfiguration - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder configurationUri(String configurationUri)
configurationUri in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuilderconfigurationUri in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuilderconfigurationUri - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder createCacheIfNotExist(boolean createCacheIfNotExist)
createCacheIfNotExist in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuildercreateCacheIfNotExist in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuildercreateCacheIfNotExist - the value to setdefault EhcacheEndpointBuilderFactory.EhcacheEndpointBuilder createCacheIfNotExist(String createCacheIfNotExist)
createCacheIfNotExist in interface EhcacheEndpointBuilderFactory.EhcacheEndpointConsumerBuildercreateCacheIfNotExist in interface EhcacheEndpointBuilderFactory.EhcacheEndpointProducerBuildercreateCacheIfNotExist - the value to setApache Camel