Uses of Class
org.apache.camel.component.azure.storage.queue.operations.QueueOperationResponse
Packages that use QueueOperationResponse
-
Uses of QueueOperationResponse in org.apache.camel.component.azure.storage.queue.operations
Methods in org.apache.camel.component.azure.storage.queue.operations that return QueueOperationResponseModifier and TypeMethodDescriptionQueueOperations.clearQueue(org.apache.camel.Exchange exchange) static QueueOperationResponseQueueOperationResponse.create(com.azure.core.http.rest.Response response) static QueueOperationResponsestatic QueueOperationResponseQueueOperations.createQueue(org.apache.camel.Exchange exchange) static QueueOperationResponseQueueOperationResponse.createWithEmptyBody(com.azure.core.http.rest.Response response) static QueueOperationResponseQueueOperationResponse.createWithEmptyBody(Map<String, Object> headers) QueueOperations.deleteMessage(org.apache.camel.Exchange exchange) QueueOperations.deleteQueue(org.apache.camel.Exchange exchange) QueueServiceOperations.listQueues(org.apache.camel.Exchange exchange) QueueOperations.peekMessages(org.apache.camel.Exchange exchange) QueueOperations.receiveMessages(org.apache.camel.Exchange exchange) QueueOperations.sendMessage(org.apache.camel.Exchange exchange) QueueOperations.updateMessage(org.apache.camel.Exchange exchange)