Package | Description |
---|---|
org.mule.modules.microsoftservicebus | |
org.mule.modules.microsoftservicebus.entity |
(c) 2003-2016 MuleSoft, Inc.
|
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.queueUpdate(String queuePath,
ServiceBusQueueDescription queueDescription)
Updates the specified queue in the service bus instance
|
Modifier and Type | Method and Description |
---|---|
ServiceBusQueueDescription |
ServiceBusQueue.getQueueDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusQueue.setQueueDescription(ServiceBusQueueDescription queueDescription) |
Constructor and Description |
---|
ServiceBusQueue(String id,
String title,
Date published,
Date updated,
String author,
String link,
ServiceBusQueueDescription queueDescription) |
Modifier and Type | Method and Description |
---|---|
ServiceBusQueue |
RestClient.createQueue(String queuePath,
ServiceBusQueueDescription queueDescription) |
ServiceBusQueue |
RestClient.updateQueue(String queuePath,
ServiceBusQueueDescription queueDescription) |
Copyright © 2010–2017. All rights reserved.