Filter Class
- java.
lang. Object - com.
microsoft. azure. servicebus. rules. Filter
- com.
public abstract class Filter
Represents a filter expression that is evaluated against a message on a topic. This client library provides support for creating only limited types of filters. This is an empty interface to serve as root interface for all supported filter types.
Constructor Summary
Constructor | Description | |
---|---|---|
Filter() |
Methods inherited from java.lang.Object
Constructor Details
Filter
public Filter()
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