Interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointBuilder
- Enclosing interface:
HazelcastTopicEndpointBuilderFactory
public static interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the Hazelcast Topic 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.reliable
(boolean reliable) Define if the endpoint will use a reliable Topic struct or not.Define if the endpoint will use a reliable Topic struct or not.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
-
Method Details
-
advanced
-
defaultOperation
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder 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:org.apache.camel.component.hazelcast.HazelcastOperation
type. Group: common- Parameters:
defaultOperation
- the value to set- Returns:
- the dsl builder
-
defaultOperation
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder defaultOperation(String defaultOperation) To specify a default operation to use, if no operation header has been provided. The option will be converted to aorg.apache.camel.component.hazelcast.HazelcastOperation
type. Group: common- Parameters:
defaultOperation
- the value to set- Returns:
- the dsl builder
-
hazelcastConfigUri
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder 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:java.lang.String
type. Group: common- Parameters:
hazelcastConfigUri
- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder hazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint. The option is a:com.hazelcast.core.HazelcastInstance
type. Group: common- Parameters:
hazelcastInstance
- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder hazelcastInstance(String hazelcastInstance) The hazelcast instance reference which can be used for hazelcast endpoint. The option will be converted to acom.hazelcast.core.HazelcastInstance
type. Group: common- Parameters:
hazelcastInstance
- the value to set- Returns:
- the dsl builder
-
hazelcastInstanceName
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder 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:java.lang.String
type. Group: common- Parameters:
hazelcastInstanceName
- the value to set- Returns:
- the dsl builder
-
reliable
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder reliable(boolean reliable) Define if the endpoint will use a reliable Topic struct or not. The option is a:boolean
type. Default: false Group: common- Parameters:
reliable
- the value to set- Returns:
- the dsl builder
-
reliable
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder reliable(String reliable) Define if the endpoint will use a reliable Topic struct or not. The option will be converted to aboolean
type. Default: false Group: common- Parameters:
reliable
- the value to set- Returns:
- the dsl builder
-