| 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 |
CorrelationRuleFilter
Represents the correlation rule filter expression.
|
class |
FalseRuleFilter
Matches none the messages arriving to be selected for the subscription.
|
class |
SqlRuleFilter
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
|
class |
TrueRuleFilter
Matches all the messages arriving to be selected for the subscription.
|
| Modifier and Type | Method and Description |
|---|---|
RuleFilter |
RuleProperties.getFilter()
Gets the filter expression used to match messages.
|
RuleFilter |
CreateRuleOptions.getFilter()
Gets the filter expression used to match messages.
|
| Modifier and Type | Method and Description |
|---|---|
RuleProperties |
RuleProperties.setFilter(RuleFilter filter)
Sets the filter expression used to match messages.
|
CreateRuleOptions |
CreateRuleOptions.setFilter(RuleFilter filter)
Sets the filter expression used to match messages.
|
| Constructor and Description |
|---|
CreateRuleOptions(RuleFilter filter)
Initializes a new instance with the given rule
name and filter. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.