Class ExpressionEvaluatingSelector
java.lang.Object
org.springframework.integration.filter.AbstractMessageProcessingSelector
org.springframework.integration.filter.ExpressionEvaluatingSelector
- All Implemented Interfaces:
Aware,BeanFactoryAware,Lifecycle,GenericSelector<Message<?>>,MessageSelector,ManageableLifecycle
A
MessageSelector implementation that
evaluates a SpEL expression. The evaluation result of the expression must be a boolean
value.- Since:
- 2.0
- Author:
- Mark Fisher, Liujiong, Gary Russell, Artem Bilan
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEvaluatingSelector(String expressionString) ExpressionEvaluatingSelector(Expression expression) -
Method Summary
Methods inherited from class org.springframework.integration.filter.AbstractMessageProcessingSelector
accept, isRunning, setBeanFactory, setConversionService, start, stop