Package | Description |
---|---|
org.mule.modules.microsoftservicebus | |
org.mule.modules.microsoftservicebus.rest |
Modifier and Type | Method and Description |
---|---|
ServiceBusQueue |
MicrosoftServiceBusConnector.queueCreate(String queuePath,
ServiceBusQueueDescription queueDescription)
Creates a queue in the service bus instance
|
ServiceBusQueue |
MicrosoftServiceBusConnector.queueGet(String queuePath)
Retrieves the specified queue from the service bus instance
|
ServiceBusQueue |
MicrosoftServiceBusConnector.queueUpdate(String queuePath,
ServiceBusQueueDescription queueDescription)
Updates the specified queue in the service bus instance
|
Modifier and Type | Method and Description |
---|---|
List<ServiceBusQueue> |
MicrosoftServiceBusConnector.queuesList()
Retrieves all existing queues from the service bus instance
|
Modifier and Type | Method and Description |
---|---|
ServiceBusQueue |
RestClient.createQueue(String queuePath,
ServiceBusQueueDescription queueDescription) |
ServiceBusQueue |
RestClient.getQueue(String queuePath) |
ServiceBusQueue |
RestClient.updateQueue(String queuePath,
ServiceBusQueueDescription queueDescription) |
Modifier and Type | Method and Description |
---|---|
List<ServiceBusQueue> |
RestClient.listQueues() |
Copyright © 2010–2019. All rights reserved.