Class QueueServiceOperations
- java.lang.Object
-
- org.apache.camel.component.azure.storage.queue.operations.QueueServiceOperations
-
public class QueueServiceOperations extends Object
All operations related toQueueServiceClient
. This is at the service level
-
-
Constructor Summary
Constructors Constructor Description QueueServiceOperations(QueueConfiguration configuration, QueueServiceClientWrapper client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueueOperationResponse
listQueues(org.apache.camel.Exchange exchange)
-
-
-
Constructor Detail
-
QueueServiceOperations
public QueueServiceOperations(QueueConfiguration configuration, QueueServiceClientWrapper client)
-
-
Method Detail
-
listQueues
public QueueOperationResponse listQueues(org.apache.camel.Exchange exchange)
-
-