Uses of Interface
org.apache.camel.builder.component.dsl.JcacheComponentBuilderFactory.JcacheComponentBuilder
Packages that use JcacheComponentBuilderFactory.JcacheComponentBuilder
-
Uses of JcacheComponentBuilderFactory.JcacheComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JcacheComponentBuilderFactory.JcacheComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jcache()JCache (camel-jcache) Perform caching operations against JSR107/JCache. -
Uses of JcacheComponentBuilderFactory.JcacheComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JcacheComponentBuilderFactory.JcacheComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return JcacheComponentBuilderFactory.JcacheComponentBuilderModifier and TypeMethodDescriptionJcacheComponentBuilderFactory.JcacheComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JcacheComponentBuilderFactory.JcacheComponentBuilder.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.JcacheComponentBuilderFactory.JcacheComponentBuilder.cacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) A Configuration for the Cache.JcacheComponentBuilderFactory.JcacheComponentBuilder.cacheConfigurationProperties(Map cacheConfigurationProperties) Properties to configure jcache.JcacheComponentBuilderFactory.JcacheComponentBuilder.cacheConfigurationPropertiesRef(String cacheConfigurationPropertiesRef) References to an existing Properties or Map to lookup in the registry to use for configuring jcache.JcacheComponentBuilderFactory.JcacheComponentBuilder.cachingProvider(String cachingProvider) The fully qualified class name of the javax.cache.spi.CachingProvider.JcacheComponentBuilderFactory.JcacheComponentBuilder.configurationUri(String configurationUri) An implementation specific URI for the CacheManager.JcacheComponentBuilderFactory.jcache()JCache (camel-jcache) Perform caching operations against JSR107/JCache.JcacheComponentBuilderFactory.JcacheComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).