Class JCacheComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.jcache.springboot.JCacheComponentConfiguration
@ConfigurationProperties(prefix="camel.component.jcache")
public class JCacheComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Perform caching operations against JSR107/JCache.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.cache.configuration.ConfigurationvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetCacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) voidsetCacheConfigurationProperties(Map cacheConfigurationProperties) voidsetCacheConfigurationPropertiesRef(String cacheConfigurationPropertiesRef) voidsetCachingProvider(String cachingProvider) voidsetConfigurationUri(String configurationUri) voidsetLazyStartProducer(Boolean lazyStartProducer) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
JCacheComponentConfiguration
public JCacheComponentConfiguration()
-
-
Method Details
-
getCacheConfiguration
public javax.cache.configuration.Configuration getCacheConfiguration() -
setCacheConfiguration
public void setCacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) -
getCacheConfigurationProperties
-
setCacheConfigurationProperties
-
getCacheConfigurationPropertiesRef
-
setCacheConfigurationPropertiesRef
-
getCachingProvider
-
setCachingProvider
-
getConfigurationUri
-
setConfigurationUri
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-