public interface MessageFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Message m)
Tests if a specified message matches the requirement.
|
boolean accept(Message m)
m - the message to test.true if and only if the message matches the requirement.
Fabien Michel, Olivier Gutknecht, Jacques Ferber - February 17 2020