| Package | Description |
|---|---|
| com.azure.messaging.servicebus.administration.models |
Package containing classes models for
ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient used for managing
Queues, Topics, and Subscriptions. |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyRuleAction
Represents a rule action that does nothing.
|
class |
SqlRuleAction
Represents set of actions written in SQL language-based syntax that is performed against a
ServiceBusMessage. |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
RuleProperties.getAction()
Gets the action to perform if the message satisfies the filtering expression.
|
RuleAction |
CreateRuleOptions.getAction()
Gets the action to perform if the message satisfies the filtering expression.
|
| Modifier and Type | Method and Description |
|---|---|
RuleProperties |
RuleProperties.setAction(RuleAction action)
Sets the action to perform if the message satisfies the filtering expression.
|
CreateRuleOptions |
CreateRuleOptions.setAction(RuleAction action)
Sets the action to perform if the message satisfies the filtering expression.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.