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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java