Uses of Class
com.microsoft.azure.servicebus.rules.Filter
-
Packages that use Filter Package Description com.microsoft.azure.servicebus com.microsoft.azure.servicebus.rules -
-
Uses of Filter in com.microsoft.azure.servicebus
Methods in com.microsoft.azure.servicebus with parameters of type Filter Modifier and Type Method Description voidISubscriptionClient. addRule(String ruleName, Filter filter)Adds a rule with specified name andFilterto the current subscription to filter the messages reaching from topic to the subscription.voidSubscriptionClient. addRule(String ruleName, Filter filter)CompletableFuture<Void>ISubscriptionClient. addRuleAsync(String ruleName, Filter filter)Asynchronously adds a rule with specified name andFilterto the current subscription to filter the messages reaching from topic to the subscription.CompletableFuture<Void>SubscriptionClient. addRuleAsync(String ruleName, Filter filter) -
Uses of Filter in com.microsoft.azure.servicebus.rules
Subclasses of Filter in com.microsoft.azure.servicebus.rules Modifier and Type Class Description classCorrelationFilterRepresents a correlation filter expression.classFalseFilterRepresents a special kind of filter that doesn't match any message.classSqlFilterRepresents a SQL language-based filter expression that is evaluated against a message.classTrueFilterRepresents a special kind of filter that matches every message.Methods in com.microsoft.azure.servicebus.rules that return Filter Modifier and Type Method Description FilterRuleDescription. getFilter()Gets the filter of this rule.Methods in com.microsoft.azure.servicebus.rules with parameters of type Filter Modifier and Type Method Description voidRuleDescription. setFilter(Filter filter)Sets the filter of this rule.Constructors in com.microsoft.azure.servicebus.rules with parameters of type Filter Constructor Description RuleDescription(Filter filter)Creates a rule description with no name, given filter as filter and no action.RuleDescription(String name, Filter filter)Creates a rule description with the given name, given filter as filter and no action.
-