public interface IMessageFilter<M>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(M message,
MessageHandler metadata)
Check the message for whatever criteria
|
boolean accepts(M message, MessageHandler metadata)
message - the message to be handled by the handlermetadata - the metadata object which describes the message handlerCopyright © 2014. All rights reserved.