Uses of Class
org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode
-
Packages that use HazelcastQueueConsumerMode Package Description org.apache.camel.component.hazelcast.queue -
-
Uses of HazelcastQueueConsumerMode in org.apache.camel.component.hazelcast.queue
Methods in org.apache.camel.component.hazelcast.queue that return HazelcastQueueConsumerMode Modifier and Type Method Description static HazelcastQueueConsumerModeHazelcastQueueConsumerMode. getHazelcastOperation(String name)HazelcastQueueConsumerModeHazelcastQueueConfiguration. getQueueConsumerMode()Define the Queue Consumer mode: Listen or Pollstatic HazelcastQueueConsumerModeHazelcastQueueConsumerMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HazelcastQueueConsumerMode[]HazelcastQueueConsumerMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.hazelcast.queue with parameters of type HazelcastQueueConsumerMode Modifier and Type Method Description voidHazelcastQueueConfiguration. setQueueConsumerMode(HazelcastQueueConsumerMode queueConsumerMode)
-