Interface HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- HazelcastAtomicnumberEndpointBuilderFactory
public static interface HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Hazelcast Atomic Number component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()
defaultOperation
(String defaultOperation) To specify a default operation to use, if no operation header has been provided.defaultOperation
(org.apache.camel.component.hazelcast.HazelcastOperation defaultOperation) To specify a default operation to use, if no operation header has been provided.hazelcastConfigUri
(String hazelcastConfigUri) Hazelcast configuration file.hazelcastInstance
(com.hazelcast.core.HazelcastInstance hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint.hazelcastInstance
(String hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint.hazelcastInstanceName
(String hazelcastInstanceName) The hazelcast instance reference name which can be used for hazelcast endpoint.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
defaultOperation
default HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder defaultOperation(org.apache.camel.component.hazelcast.HazelcastOperation defaultOperation) To specify a default operation to use, if no operation header has been provided. The option is a: <code>org.apache.camel.component.hazelcast.HazelcastOperation</code> type. Group: producer- Parameters:
defaultOperation
- the value to set- Returns:
- the dsl builder
-
defaultOperation
default HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder defaultOperation(String defaultOperation) To specify a default operation to use, if no operation header has been provided. The option will be converted to a <code>org.apache.camel.component.hazelcast.HazelcastOperation</code> type. Group: producer- Parameters:
defaultOperation
- the value to set- Returns:
- the dsl builder
-
hazelcastConfigUri
default HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder hazelcastConfigUri(String hazelcastConfigUri) Hazelcast configuration file. This option can also be loaded from an existing file, by prefixing with file: or classpath: followed by the location of the file. The option is a: <code>java.lang.String</code> type. Group: producer- Parameters:
hazelcastConfigUri
- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder hazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint. The option is a: <code>com.hazelcast.core.HazelcastInstance</code> type. Group: producer- Parameters:
hazelcastInstance
- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder hazelcastInstance(String hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint. The option will be converted to a <code>com.hazelcast.core.HazelcastInstance</code> type. Group: producer- Parameters:
hazelcastInstance
- the value to set- Returns:
- the dsl builder
-
hazelcastInstanceName
default HazelcastAtomicnumberEndpointBuilderFactory.HazelcastAtomicnumberEndpointBuilder hazelcastInstanceName(String hazelcastInstanceName) The hazelcast instance reference name which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. The option is a: <code>java.lang.String</code> type. Group: producer- Parameters:
hazelcastInstanceName
- the value to set- Returns:
- the dsl builder
-