Package | Description |
---|---|
org.mule.modules.microsoftservicebus | |
org.mule.modules.microsoftservicebus.rest |
Modifier and Type | Method and Description |
---|---|
ServiceBusRule |
MicrosoftServiceBusConnector.ruleCreate(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription)
Creates a rule in the specified topic and subscription
|
ServiceBusRule |
MicrosoftServiceBusConnector.ruleGet(String topicPath,
String subscriptionPath,
String rulePath)
Retrieves the specified rule from the specified topic and subscription
|
ServiceBusRule |
MicrosoftServiceBusConnector.ruleUpdate(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription)
Updates the specified rule from the specified topic and subscription
|
Modifier and Type | Method and Description |
---|---|
List<ServiceBusRule> |
MicrosoftServiceBusConnector.rulesList(String topicPath,
String subscriptionPath)
Retrieves all rules from the specified topic and subscription
|
Modifier and Type | Method and Description |
---|---|
ServiceBusRule |
RestClient.createRule(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription) |
ServiceBusRule |
RestClient.getRule(String topicPath,
String subscriptionPath,
String rulePath) |
ServiceBusRule |
RestClient.updateRule(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription) |
Modifier and Type | Method and Description |
---|---|
List<ServiceBusRule> |
RestClient.listRules(String topicPath,
String subscriptionPath) |
Copyright © 2010–2017. All rights reserved.