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 QueueOperationResponseQueueOperations. clearQueue(org.apache.camel.Exchange exchange)static QueueOperationResponseQueueOperationResponse. create(com.azure.core.http.rest.Response response)static QueueOperationResponseQueueOperationResponse. create(Object body)static QueueOperationResponseQueueOperationResponse. create(Object body, Map<String,Object> headers)QueueOperationResponseQueueOperations. createQueue(org.apache.camel.Exchange exchange)static QueueOperationResponseQueueOperationResponse. createWithEmptyBody()static QueueOperationResponseQueueOperationResponse. createWithEmptyBody(com.azure.core.http.rest.Response response)static QueueOperationResponseQueueOperationResponse. createWithEmptyBody(Map<String,Object> headers)QueueOperationResponseQueueOperations. deleteMessage(org.apache.camel.Exchange exchange)QueueOperationResponseQueueOperations. deleteQueue(org.apache.camel.Exchange exchange)QueueOperationResponseQueueServiceOperations. listQueues(org.apache.camel.Exchange exchange)QueueOperationResponseQueueOperations. peekMessages(org.apache.camel.Exchange exchange)QueueOperationResponseQueueOperations. receiveMessages(org.apache.camel.Exchange exchange)QueueOperationResponseQueueOperations. sendMessage(org.apache.camel.Exchange exchange)QueueOperationResponseQueueOperations. updateMessage(org.apache.camel.Exchange exchange)
-