Interface InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointBuilder
- Enclosing interface:
- InfinispanEndpointBuilderFactory
public static interface InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Advanced builder for endpoint producers for the Infinispan component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default InfinispanEndpointBuilderFactory.InfinispanEndpointProducerBuilder
basic()
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
cacheContainer(Object cacheContainer)
Specifies the cache Container to connect.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
cacheContainer(String cacheContainer)
Specifies the cache Container to connect.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
cacheContainerConfiguration(Object cacheContainerConfiguration)
The CacheContainer configuration.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
cacheContainerConfiguration(String cacheContainerConfiguration)
The CacheContainer configuration.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
configurationProperties(String configurationProperties)
Implementation specific properties for the CacheManager.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
configurationProperties(Map<String,String> configurationProperties)
Implementation specific properties for the CacheManager.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
configurationUri(String configurationUri)
An implementation specific URI for the CacheManager.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
flags(String flags)
A comma separated list of Flag to be applied by default on each cache invocation, not applicable to remote caches.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
flags(InfinispanEndpointBuilderFactory.Flag[] flags)
A comma separated list of Flag to be applied by default on each cache invocation, not applicable to remote caches.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
remappingFunction(String remappingFunction)
Set a specific remappingFunction to use in a compute operation.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
remappingFunction(BiFunction remappingFunction)
Set a specific remappingFunction to use in a compute operation.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
resultHeader(Object resultHeader)
Store the operation result in a header instead of the message body.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
resultHeader(String resultHeader)
Store the operation result in a header instead of the message body.default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-
-
-
Method Detail
-
basic
default InfinispanEndpointBuilderFactory.InfinispanEndpointProducerBuilder basic()
-
cacheContainer
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder cacheContainer(Object cacheContainer)
Specifies the cache Container to connect. The option is a:org.infinispan.commons.api.BasicCacheContainer
type. Group: advanced
-
cacheContainer
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder cacheContainer(String cacheContainer)
Specifies the cache Container to connect. The option will be converted to aorg.infinispan.commons.api.BasicCacheContainer
type. Group: advanced
-
cacheContainerConfiguration
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder cacheContainerConfiguration(Object cacheContainerConfiguration)
The CacheContainer configuration. Uses if the cacheContainer is not defined. Must be the following types: org.infinispan.client.hotrod.configuration.Configuration - for remote cache interaction configuration; org.infinispan.configuration.cache.Configuration - for embedded cache interaction configuration;. The option is a:java.lang.Object
type. Group: advanced
-
cacheContainerConfiguration
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder cacheContainerConfiguration(String cacheContainerConfiguration)
The CacheContainer configuration. Uses if the cacheContainer is not defined. Must be the following types: org.infinispan.client.hotrod.configuration.Configuration - for remote cache interaction configuration; org.infinispan.configuration.cache.Configuration - for embedded cache interaction configuration;. The option will be converted to ajava.lang.Object
type. Group: advanced
-
configurationProperties
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder configurationProperties(Map<String,String> configurationProperties)
Implementation specific properties for the CacheManager. The option is a:java.util.Map<java.lang.String, java.lang.String>
type. Group: advanced
-
configurationProperties
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder configurationProperties(String configurationProperties)
Implementation specific properties for the CacheManager. The option will be converted to ajava.util.Map<java.lang.String, java.lang.String>
type. Group: advanced
-
configurationUri
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder configurationUri(String configurationUri)
An implementation specific URI for the CacheManager. The option is a:java.lang.String
type. Group: advanced
-
flags
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder flags(InfinispanEndpointBuilderFactory.Flag[] flags)
A comma separated list of Flag to be applied by default on each cache invocation, not applicable to remote caches. The option is a:org.infinispan.context.Flag[]
type. Group: advanced
-
flags
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder flags(String flags)
A comma separated list of Flag to be applied by default on each cache invocation, not applicable to remote caches. The option will be converted to aorg.infinispan.context.Flag[]
type. Group: advanced
-
remappingFunction
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder remappingFunction(BiFunction remappingFunction)
Set a specific remappingFunction to use in a compute operation. The option is a:java.util.function.BiFunction
type. Group: advanced
-
remappingFunction
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder remappingFunction(String remappingFunction)
Set a specific remappingFunction to use in a compute operation. The option will be converted to ajava.util.function.BiFunction
type. Group: advanced
-
resultHeader
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder resultHeader(Object resultHeader)
Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader. The option is a:java.lang.Object
type. Group: advanced
-
resultHeader
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder resultHeader(String resultHeader)
Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader. The option will be converted to ajava.lang.Object
type. Group: advanced
-
synchronous
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default InfinispanEndpointBuilderFactory.AdvancedInfinispanEndpointProducerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-