public interface Filter
Modifier and Type | Field and Description |
---|---|
static String |
GENERIC_IGNORED_FILTER
JMS Topics (which are outside of the scope of the core API) will require a dumb subscription
with a dummy-filter at this current version as a way to keep its existence valid and TCK
tests.
|
Modifier and Type | Method and Description |
---|---|
SimpleString |
getFilterString() |
boolean |
match(Filterable filterable) |
boolean |
match(Map<String,String> map) |
boolean |
match(Message message) |
static SimpleString |
toFilterString(Filter filter) |
static final String GENERIC_IGNORED_FILTER
boolean match(Message message)
boolean match(Filterable filterable)
SimpleString getFilterString()
static SimpleString toFilterString(Filter filter)
Copyright © 2019 JBoss by Red Hat. All rights reserved.