Class HazelcastQueueConfiguration
- java.lang.Object
-
- org.apache.camel.component.hazelcast.queue.HazelcastQueueConfiguration
-
@UriParams public class HazelcastQueueConfiguration extends Object
Hazelcast Queue Component configuration.
-
-
Constructor Summary
Constructors Constructor Description HazelcastQueueConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetPollingTimeout()Define the polling timeout of the Queue consumer in Poll modeintgetPoolSize()Define the Pool size for Queue Consumer ExecutorHazelcastQueueConsumerModegetQueueConsumerMode()Define the Queue Consumer mode: Listen or PollvoidsetPollingTimeout(long pollingTimeout)voidsetPoolSize(int poolSize)voidsetQueueConsumerMode(HazelcastQueueConsumerMode queueConsumerMode)
-
-
-
Method Detail
-
getPollingTimeout
public long getPollingTimeout()
Define the polling timeout of the Queue consumer in Poll mode
-
setPollingTimeout
public void setPollingTimeout(long pollingTimeout)
-
getQueueConsumerMode
public HazelcastQueueConsumerMode getQueueConsumerMode()
Define the Queue Consumer mode: Listen or Poll
-
setQueueConsumerMode
public void setQueueConsumerMode(HazelcastQueueConsumerMode queueConsumerMode)
-
getPoolSize
public int getPoolSize()
Define the Pool size for Queue Consumer Executor
-
setPoolSize
public void setPoolSize(int poolSize)
-
-