Class QueueConfigurationOptionsProxy
java.lang.Object
org.apache.camel.component.azure.storage.queue.QueueConfigurationOptionsProxy
A proxy class for
QueueConfiguration and QueueExchangeHeaders. Ideally this is responsible to obtain
the correct configurations options either from configs or exchange headers-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMaxMessages(org.apache.camel.Exchange exchange) getMessageId(org.apache.camel.Exchange exchange) getMetadata(org.apache.camel.Exchange exchange) getPopReceipt(org.apache.camel.Exchange exchange) getQueueName(org.apache.camel.Exchange exchange) getQueueOperation(org.apache.camel.Exchange exchange) com.azure.storage.queue.models.QueuesSegmentOptionsgetQueuesSegmentOptions(org.apache.camel.Exchange exchange) getTimeout(org.apache.camel.Exchange exchange) getTimeToLive(org.apache.camel.Exchange exchange) getVisibilityTimeout(org.apache.camel.Exchange exchange) booleanisCreateQueue(org.apache.camel.Exchange exchange)
-
Constructor Details
-
QueueConfigurationOptionsProxy
-
-
Method Details
-
getTimeout
-
getVisibilityTimeout
-
getTimeToLive
-
getMaxMessages
-
getQueueName
-
getMetadata
-
getMessageId
-
getPopReceipt
-
getQueuesSegmentOptions
public com.azure.storage.queue.models.QueuesSegmentOptions getQueuesSegmentOptions(org.apache.camel.Exchange exchange) -
isCreateQueue
public boolean isCreateQueue(org.apache.camel.Exchange exchange) -
getQueueOperation
-
getConfiguration
-