public interface MessageMatcher<T>
Message should be matched on.| Modifier and Type | Field and Description |
|---|---|
static MessageMatcher<java.lang.Object> |
ANY_MESSAGE
Matches every
Message |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(<any> message)
Returns true if the
Message matches, else false |
static final MessageMatcher<java.lang.Object> ANY_MESSAGE
Message