T
- Type of message this filter is forpublic interface Filter<T>
Modifier and Type | Method and Description |
---|---|
boolean |
passes(T msg)
Check to see whether the supplied message passes the filter
|
boolean passes(T msg)
msg
- Message to check against filterCopyright © 2017. All Rights Reserved.