TrueFilter Class
- java.
lang. Object - com.
microsoft. azure. servicebus. rules. Filter - com.
microsoft. azure. servicebus. rules. SqlFilter - com.
microsoft. azure. servicebus. rules. TrueFilter
- com.
- com.
- com.
public class TrueFilter
extends SqlFilter
Represents a special kind of filter that matches every message.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
True |
DEFAULT
A true filter object that is pre-created. |
Constructor Summary
Constructor | Description |
---|---|
TrueFilter() |
Creates a true filter. |
Methods inherited from SqlFilter
Methods inherited from java.lang.Object
Field Details
DEFAULT
public static final TrueFilter DEFAULT
A true filter object that is pre-created. Clients can use this object instead of recreating a new instance every time.
Constructor Details
TrueFilter
public TrueFilter()
Creates a true 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