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 |
---|---|
ServiceBusRule |
MicrosoftServiceBusConnector.ruleCreate(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription)
Creates a rule in 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 |
---|---|
ServiceBusRuleDescription |
ServiceBusRule.getRuleDescription() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceBusRule.setRuleDescription(ServiceBusRuleDescription ruleDescription) |
Constructor and Description |
---|
ServiceBusRule(String id,
String title,
Date published,
Date updated,
String link,
ServiceBusRuleDescription ruleDescription) |
Modifier and Type | Method and Description |
---|---|
ServiceBusRule |
RestClient.createRule(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription) |
ServiceBusRule |
RestClient.updateRule(String topicPath,
String subscriptionPath,
String rulePath,
ServiceBusRuleDescription ruleDescription) |
Copyright © 2010–2020. All rights reserved.