public interface IMessageFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object message,
MessageHandlerMetadata metadata)
Evaluate the message to ensure that it matches the handler configuration
|
boolean accepts(Object message, MessageHandlerMetadata metadata)
message - the message to be deliveredCopyright © 2013. All Rights Reserved.