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.Configuration
void
setAutowiredEnabled
(Boolean autowiredEnabled) void
setBridgeErrorHandler
(Boolean bridgeErrorHandler) void
setCacheConfiguration
(javax.cache.configuration.Configuration cacheConfiguration) void
setCacheConfigurationProperties
(Map cacheConfigurationProperties) void
setCacheConfigurationPropertiesRef
(String cacheConfigurationPropertiesRef) void
setCachingProvider
(String cachingProvider) void
setConfigurationUri
(String configurationUri) void
setLazyStartProducer
(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
-