RuleFilter Class
- java.
lang. Object - com.
azure. messaging. servicebus. administration. models. RuleFilter
- com.
public abstract class RuleFilter
Describes a filter expression that is evaluated against a ServiceBusMessage. Filter is an abstract class with the following concrete implementations:
- SqlRuleFilter that represents a filter using SQL syntax.
- CorrelationRuleFilter that provides an optimisation for correlation equality expressions.
- FalseRuleFilter matches no messages.
- TrueRuleFilter matches all messages.
Methods inherited from java.lang.Object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java