public interface IMessageFilter<M>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(M message,
SubscriptionContext context)
Check whether the message matches some criteria
|
boolean accepts(M message, SubscriptionContext context)
message - The message to be handled by the handlercontext - The context object containing a description of the message handler and the bus environmentCopyright © 2015. All rights reserved.