Uses of Class
org.apache.camel.component.azure.storage.queue.operations.QueueOperationResponse
-
Packages that use QueueOperationResponse Package Description org.apache.camel.component.azure.storage.queue.operations -
-
Uses of QueueOperationResponse in org.apache.camel.component.azure.storage.queue.operations
Methods in org.apache.camel.component.azure.storage.queue.operations that return QueueOperationResponse Modifier and Type Method Description QueueOperationResponse
QueueOperations. clearQueue(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. createQueue(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. deleteMessage(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. deleteQueue(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueServiceOperations. listQueues(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. peekMessages(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. receiveMessages(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. sendMessage(org.apache.camel.Exchange exchange)
QueueOperationResponse
QueueOperations. updateMessage(org.apache.camel.Exchange exchange)
-