Package | Description |
---|---|
org.mule.modules.microsoftservicebus | |
org.mule.modules.microsoftservicebus.entity |
(c) 2003-2018 MuleSoft, Inc.
|
org.mule.modules.microsoftservicebus.rest |
Modifier and Type | Method and Description |
---|---|
ServiceBusTopic |
MicrosoftServiceBusConnector.topicCreate(String topicPath,
ServiceBusTopicDescription topicDescription)
Creates a topic in the service bus instance
|
ServiceBusTopic |
MicrosoftServiceBusConnector.topicUpdate(String topicPath,
ServiceBusTopicDescription topicDescription)
Updates the specified topic from the service bus instance
|
Modifier and Type | Method and Description |
---|---|
ServiceBusTopicDescription |
ServiceBusTopic.getTopicDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusTopic.setTopicDescription(ServiceBusTopicDescription topicDescription) |
Constructor and Description |
---|
ServiceBusTopic(String id,
String title,
Date published,
Date updated,
String link,
String author,
ServiceBusTopicDescription topicDescription) |
Modifier and Type | Method and Description |
---|---|
ServiceBusTopic |
RestClient.createTopic(String queuePath,
ServiceBusTopicDescription topicDescription) |
ServiceBusTopic |
RestClient.updateTopic(String topicPath,
ServiceBusTopicDescription topicDescription) |
Copyright © 2010–2019. All rights reserved.