Interface InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointBuilder
- Enclosing interface:
- InfinispanEmbeddedEndpointBuilderFactory
public static interface InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the Infinispan Embedded component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()defaultValue(Object defaultValue) Set a specific default value for some producer operations.defaultValue(String defaultValue) Set a specific default value for some producer operations.Set a specific key for producer operations.Set a specific key for producer operations.Set a specific old value for some producer operations.Set a specific old value for some producer operations.The operation to perform.operation(org.apache.camel.component.infinispan.InfinispanOperation operation) The operation to perform.queryBuilder(String queryBuilder) Specifies the query builder.queryBuilder(org.apache.camel.component.infinispan.InfinispanQueryBuilder queryBuilder) Specifies the query builder.Set a specific value for producer operations.Set a specific value for producer operations.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
queryBuilder
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder queryBuilder(org.apache.camel.component.infinispan.InfinispanQueryBuilder queryBuilder) Specifies the query builder. The option is a: <code>org.apache.camel.component.infinispan.InfinispanQueryBuilder</code> type. Group: common- Parameters:
queryBuilder- the value to set- Returns:
- the dsl builder
-
queryBuilder
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder queryBuilder(String queryBuilder) Specifies the query builder. The option will be converted to a <code>org.apache.camel.component.infinispan.InfinispanQueryBuilder</code> type. Group: common- Parameters:
queryBuilder- the value to set- Returns:
- the dsl builder
-
defaultValue
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder defaultValue(Object defaultValue) Set a specific default value for some producer operations. The option is a: <code>java.lang.Object</code> type. Group: producer- Parameters:
defaultValue- the value to set- Returns:
- the dsl builder
-
defaultValue
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder defaultValue(String defaultValue) Set a specific default value for some producer operations. The option will be converted to a <code>java.lang.Object</code> type. Group: producer- Parameters:
defaultValue- the value to set- Returns:
- the dsl builder
-
key
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder key(Object key) Set a specific key for producer operations. The option is a: <code>java.lang.Object</code> type. Group: producer- Parameters:
key- the value to set- Returns:
- the dsl builder
-
key
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder key(String key) Set a specific key for producer operations. The option will be converted to a <code>java.lang.Object</code> type. Group: producer- Parameters:
key- the value to set- Returns:
- the dsl builder
-
oldValue
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder oldValue(Object oldValue) Set a specific old value for some producer operations. The option is a: <code>java.lang.Object</code> type. Group: producer- Parameters:
oldValue- the value to set- Returns:
- the dsl builder
-
oldValue
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder oldValue(String oldValue) Set a specific old value for some producer operations. The option will be converted to a <code>java.lang.Object</code> type. Group: producer- Parameters:
oldValue- the value to set- Returns:
- the dsl builder
-
operation
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder operation(org.apache.camel.component.infinispan.InfinispanOperation operation) The operation to perform. The option is a: <code>org.apache.camel.component.infinispan.InfinispanOperation</code> type. Default: PUT Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
operation
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder operation(String operation) The operation to perform. The option will be converted to a <code>org.apache.camel.component.infinispan.InfinispanOperation</code> type. Default: PUT Group: producer- Parameters:
operation- the value to set- Returns:
- the dsl builder
-
value
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder value(Object value) Set a specific value for producer operations. The option is a: <code>java.lang.Object</code> type. Group: producer- Parameters:
value- the value to set- Returns:
- the dsl builder
-
value
default InfinispanEmbeddedEndpointBuilderFactory.InfinispanEmbeddedEndpointProducerBuilder value(String value) Set a specific value for producer operations. The option will be converted to a <code>java.lang.Object</code> type. Group: producer- Parameters:
value- the value to set- Returns:
- the dsl builder
-