Interface HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointBuilder
- Enclosing interface:
- HazelcastQueueEndpointBuilderFactory
public static interface HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the Hazelcast Queue component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilderadvanced()default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderdefaultOperation(String defaultOperation)To specify a default operation to use, if no operation header has been provided.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderdefaultOperation(org.apache.camel.component.hazelcast.HazelcastOperation defaultOperation)To specify a default operation to use, if no operation header has been provided.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderhazelcastInstance(com.hazelcast.core.HazelcastInstance hazelcastInstance)The hazelcast instance reference which can be used for hazelcast endpoint.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderhazelcastInstance(String hazelcastInstance)The hazelcast instance reference which can be used for hazelcast endpoint.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderhazelcastInstanceName(String hazelcastInstanceName)The hazelcast instance reference name which can be used for hazelcast endpoint.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderpollingTimeout(long pollingTimeout)Define the polling timeout of the Queue consumer in Poll mode.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderpollingTimeout(String pollingTimeout)Define the polling timeout of the Queue consumer in Poll mode.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderpoolSize(int poolSize)Define the Pool size for Queue Consumer Executor.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderpoolSize(String poolSize)Define the Pool size for Queue Consumer Executor.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderqueueConsumerMode(String queueConsumerMode)Define the Queue Consumer mode: Listen or Poll.default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilderqueueConsumerMode(org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode queueConsumerMode)Define the Queue Consumer mode: Listen or Poll.
-
-
-
Method Detail
-
advanced
default HazelcastQueueEndpointBuilderFactory.AdvancedHazelcastQueueEndpointConsumerBuilder advanced()
-
defaultOperation
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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: common- Parameters:
defaultOperation- the value to set- Returns:
- the dsl builder
-
defaultOperation
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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: common- Parameters:
defaultOperation- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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: common- Parameters:
hazelcastInstance- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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: common- Parameters:
hazelcastInstance- the value to set- Returns:
- the dsl builder
-
hazelcastInstanceName
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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: common- Parameters:
hazelcastInstanceName- the value to set- Returns:
- the dsl builder
-
pollingTimeout
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder pollingTimeout(long pollingTimeout)
Define the polling timeout of the Queue consumer in Poll mode. The option is a: <code>long</code> type. Default: 10000 Group: consumer- Parameters:
pollingTimeout- the value to set- Returns:
- the dsl builder
-
pollingTimeout
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder pollingTimeout(String pollingTimeout)
Define the polling timeout of the Queue consumer in Poll mode. The option will be converted to a <code>long</code> type. Default: 10000 Group: consumer- Parameters:
pollingTimeout- the value to set- Returns:
- the dsl builder
-
poolSize
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder poolSize(int poolSize)
Define the Pool size for Queue Consumer Executor. The option is a: <code>int</code> type. Default: 1 Group: consumer- Parameters:
poolSize- the value to set- Returns:
- the dsl builder
-
poolSize
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder poolSize(String poolSize)
Define the Pool size for Queue Consumer Executor. The option will be converted to a <code>int</code> type. Default: 1 Group: consumer- Parameters:
poolSize- the value to set- Returns:
- the dsl builder
-
queueConsumerMode
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder queueConsumerMode(org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode queueConsumerMode)
Define the Queue Consumer mode: Listen or Poll. The option is a: <code>org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode</code> type. Default: Listen Group: consumer- Parameters:
queueConsumerMode- the value to set- Returns:
- the dsl builder
-
queueConsumerMode
default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder queueConsumerMode(String queueConsumerMode)
Define the Queue Consumer mode: Listen or Poll. The option will be converted to a <code>org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode</code> type. Default: Listen Group: consumer- Parameters:
queueConsumerMode- the value to set- Returns:
- the dsl builder
-
-