Package | Description |
---|---|
org.mule.modules.microsoftservicebus | |
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.topicGet(String topicPath)
Retrieves the specified topic from 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 |
---|---|
List<ServiceBusTopic> |
MicrosoftServiceBusConnector.topicsList()
Retrieves all existing topics from the service bus instance
|
Modifier and Type | Method and Description |
---|---|
ServiceBusTopic |
RestClient.createTopic(String queuePath,
ServiceBusTopicDescription topicDescription) |
ServiceBusTopic |
RestClient.getTopic(String topicPath) |
ServiceBusTopic |
RestClient.updateTopic(String topicPath,
ServiceBusTopicDescription topicDescription) |
Modifier and Type | Method and Description |
---|---|
List<ServiceBusTopic> |
RestClient.listTopics() |
Copyright © 2010–2019. All rights reserved.