Uses of Interface
org.apache.camel.builder.endpoint.dsl.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder
Packages that use JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder
-
Uses of JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the JCache component.Methods in org.apache.camel.builder.endpoint.dsl that return JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilderModifier and TypeMethodDescriptionJCacheEndpointBuilderFactory.JCacheEndpointProducerBuilder.advanced()JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.cacheLoaderFactory(String cacheLoaderFactory) The CacheLoader factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.cacheLoaderFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheLoader> cacheLoaderFactory) The CacheLoader factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.cacheWriterFactory(String cacheWriterFactory) The CacheWriter factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.cacheWriterFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheWriter> cacheWriterFactory) The CacheWriter factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.createCacheIfNotExists(boolean createCacheIfNotExists) Configure if a cache need to be created if it does exist or can't be pre-configured.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.createCacheIfNotExists(String createCacheIfNotExists) Configure if a cache need to be created if it does exist or can't be pre-configured.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.expiryPolicyFactory(String expiryPolicyFactory) The ExpiryPolicy factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.expiryPolicyFactory(javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy> expiryPolicyFactory) The ExpiryPolicy factory.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.lookupProviders(boolean lookupProviders) Configure if a camel-cache should try to find implementations of jcache api in runtimes like OSGi.JCacheEndpointBuilderFactory.AdvancedJCacheEndpointProducerBuilder.lookupProviders(String lookupProviders) Configure if a camel-cache should try to find implementations of jcache api in runtimes like OSGi.