public static interface JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
action(String action)
To configure using a cache operation by default.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder |
advanced() |
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
cacheConfiguration(Object cacheConfiguration)
A Configuration for the Cache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
cacheConfiguration(String cacheConfiguration)
A Configuration for the Cache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
cacheConfigurationProperties(Map cacheConfigurationProperties)
The Properties for the javax.cache.spi.CachingProvider to create the
CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
cacheConfigurationProperties(String cacheConfigurationProperties)
The Properties for the javax.cache.spi.CachingProvider to create the
CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
cachingProvider(String cachingProvider)
The fully qualified class name of the
javax.cache.spi.CachingProvider.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
configurationUri(String configurationUri)
An implementation specific URI for the CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
managementEnabled(boolean managementEnabled)
Whether management gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
managementEnabled(String managementEnabled)
Whether management gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
readThrough(boolean readThrough)
If read-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
readThrough(String readThrough)
If read-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
statisticsEnabled(boolean statisticsEnabled)
Whether statistics gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
statisticsEnabled(String statisticsEnabled)
Whether statistics gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
storeByValue(boolean storeByValue)
If cache should use store-by-value or store-by-reference semantics.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
storeByValue(String storeByValue)
If cache should use store-by-value or store-by-reference semantics.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
writeThrough(boolean writeThrough)
If write-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder |
writeThrough(String writeThrough)
If write-through caching should be used.
|
default JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder advanced()
default JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder cacheConfiguration(Object cacheConfiguration)
cacheConfiguration - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder cacheConfiguration(String cacheConfiguration)
cacheConfiguration - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder cacheConfigurationProperties(Map cacheConfigurationProperties)
cacheConfigurationProperties - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder cacheConfigurationProperties(String cacheConfigurationProperties)
cacheConfigurationProperties - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder cachingProvider(String cachingProvider)
cachingProvider - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder configurationUri(String configurationUri)
configurationUri - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder managementEnabled(boolean managementEnabled)
managementEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder managementEnabled(String managementEnabled)
managementEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder readThrough(boolean readThrough)
readThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder readThrough(String readThrough)
readThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder statisticsEnabled(boolean statisticsEnabled)
statisticsEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder statisticsEnabled(String statisticsEnabled)
statisticsEnabled - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder storeByValue(boolean storeByValue)
storeByValue - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder storeByValue(String storeByValue)
storeByValue - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder writeThrough(boolean writeThrough)
writeThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder writeThrough(String writeThrough)
writeThrough - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder action(String action)
action - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel