Interface GoraEndpointBuilderFactory.GoraEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
GoraEndpointBuilderFactory.GoraEndpointBuilder
- Enclosing interface:
- GoraEndpointBuilderFactory
public static interface GoraEndpointBuilderFactory.GoraEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint producers for the Gora component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilderadvanced()default GoraEndpointBuilderFactory.GoraEndpointProducerBuilderdataStoreClass(String dataStoreClass)The type of the dataStore.default GoraEndpointBuilderFactory.GoraEndpointProducerBuilderflushOnEveryOperation(boolean flushOnEveryOperation)Flush on every operation.default GoraEndpointBuilderFactory.GoraEndpointProducerBuilderflushOnEveryOperation(String flushOnEveryOperation)Flush on every operation.default GoraEndpointBuilderFactory.GoraEndpointProducerBuilderkeyClass(String keyClass)The type class of the key.default GoraEndpointBuilderFactory.GoraEndpointProducerBuildervalueClass(String valueClass)The type of the value.
-
-
-
Method Detail
-
advanced
default GoraEndpointBuilderFactory.AdvancedGoraEndpointProducerBuilder advanced()
-
dataStoreClass
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder dataStoreClass(String dataStoreClass)
The type of the dataStore. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
dataStoreClass- the value to set- Returns:
- the dsl builder
-
keyClass
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder keyClass(String keyClass)
The type class of the key. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
keyClass- the value to set- Returns:
- the dsl builder
-
valueClass
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder valueClass(String valueClass)
The type of the value. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
valueClass- the value to set- Returns:
- the dsl builder
-
flushOnEveryOperation
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder flushOnEveryOperation(boolean flushOnEveryOperation)
Flush on every operation. The option is a: <code>boolean</code> type. Default: true Group: producer- Parameters:
flushOnEveryOperation- the value to set- Returns:
- the dsl builder
-
flushOnEveryOperation
default GoraEndpointBuilderFactory.GoraEndpointProducerBuilder flushOnEveryOperation(String flushOnEveryOperation)
Flush on every operation. The option will be converted to a <code>boolean</code> type. Default: true Group: producer- Parameters:
flushOnEveryOperation- the value to set- Returns:
- the dsl builder
-
-