public class ElFilter extends Object implements IMessageFilter
true| Modifier and Type | Class and Description |
|---|---|
static class |
ElFilter.ExpressionFactoryHolder |
| Constructor and Description |
|---|
ElFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Object message,
SubscriptionContext context)
Check whether the message matches some criteria
|
static javax.el.ExpressionFactory |
ELFactory() |
static boolean |
isELAvailable() |
public static final boolean isELAvailable()
public static final javax.el.ExpressionFactory ELFactory()
public boolean accepts(Object message, SubscriptionContext context)
IMessageFilteraccepts in interface IMessageFiltermessage - The message to be handled by the handlercontext - The context object containing a description of the message handler and the bus environmentCopyright © 2018. All rights reserved.