| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.servicebus |
This package contains the service bus service class,
interface, and associated configuration and utility classes.
|
| com.microsoft.windowsazure.services.servicebus.models |
This package contains the service bus data transfer object
classes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleResult |
ServiceBusContract.createRule(String topicPath,
String subscriptionName,
RuleInfo rule)
Creates a rule.
|
| Modifier and Type | Method and Description |
|---|---|
RuleInfo |
GetRuleResult.getValue()
Returns the value of the result.
|
RuleInfo |
CreateRuleResult.getValue()
Returns the value of the result.
|
RuleInfo |
RuleInfo.setAction(com.microsoft.windowsazure.services.servicebus.implementation.RuleAction value)
Specifies the rule action for the rule.
|
RuleInfo |
RuleInfo.setCreatedAt(Calendar createdAt)
Sets the created at.
|
RuleInfo |
RuleInfo.setFilter(com.microsoft.windowsazure.services.servicebus.implementation.Filter value)
Specifies the filter used for the rule.
|
RuleInfo |
RuleInfo.setName(String value)
Sets the name of the rule.
|
RuleInfo |
RuleInfo.setTag(String tag)
Sets the tag.
|
RuleInfo |
RuleInfo.withCorrelationIdFilter(String correlationId)
With correlation id filter.
|
RuleInfo |
RuleInfo.withEmptyRuleAction()
With empty rule action.
|
RuleInfo |
RuleInfo.withFalseFilter()
With false filter.
|
RuleInfo |
RuleInfo.withSqlExpressionFilter(String sqlExpression)
With sql expression filter.
|
RuleInfo |
RuleInfo.withSqlRuleAction(String sqlExpression)
With sql rule action.
|
RuleInfo |
RuleInfo.withTrueFilter()
With true filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleInfo> |
ListRulesResult.getItems()
Returns the items in the result list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRuleResult.setValue(RuleInfo value)
Specfies the value of the result.
|
void |
CreateRuleResult.setValue(RuleInfo value)
Specfies the value of the result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRulesResult.setItems(List<RuleInfo> items)
Specifies the items in the result list.
|
| Constructor and Description |
|---|
CreateRuleResult(RuleInfo value)
Creates an instance of the
CreateRuleResult class. |
GetRuleResult(RuleInfo value)
Creates an instance of the
GetRuleResult class. |
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/