Uses of Interface
org.apache.camel.builder.endpoint.dsl.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder
Packages that use JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder
-
Uses of JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the JCache component.Methods in org.apache.camel.builder.endpoint.dsl that return JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilderModifier and TypeMethodDescriptionJCacheEndpointBuilderFactory.AdvancedJCacheEndpointConsumerBuilder.basic()JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.cacheConfiguration(String cacheConfiguration) A Configuration for the Cache.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.cacheConfiguration(javax.cache.configuration.Configuration cacheConfiguration) A Configuration for the Cache.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.cacheConfigurationProperties(String cacheConfigurationProperties) The Properties for the javax.cache.spi.CachingProvider to create the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.cacheConfigurationProperties(Properties cacheConfigurationProperties) The Properties for the javax.cache.spi.CachingProvider to create the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.cachingProvider(String cachingProvider) The fully qualified class name of the javax.cache.spi.CachingProvider.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.configurationUri(String configurationUri) An implementation specific URI for the CacheManager.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.filteredEvents(String filteredEvents) Events a consumer should filter (multiple events can be separated by comma).JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.managementEnabled(boolean managementEnabled) Whether management gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.managementEnabled(String managementEnabled) Whether management gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.oldValueRequired(boolean oldValueRequired) if the old value is required for events.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.oldValueRequired(String oldValueRequired) if the old value is required for events.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.readThrough(boolean readThrough) If read-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.readThrough(String readThrough) If read-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.statisticsEnabled(boolean statisticsEnabled) Whether statistics gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.statisticsEnabled(String statisticsEnabled) Whether statistics gathering is enabled.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.storeByValue(boolean storeByValue) If cache should use store-by-value or store-by-reference semantics.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.storeByValue(String storeByValue) If cache should use store-by-value or store-by-reference semantics.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.synchronous(boolean synchronous) if the event listener should block the thread causing the event.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.synchronous(String synchronous) if the event listener should block the thread causing the event.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.writeThrough(boolean writeThrough) If write-through caching should be used.JCacheEndpointBuilderFactory.JCacheEndpointConsumerBuilder.writeThrough(String writeThrough) If write-through caching should be used.