Class ExpressionEvaluatingSelector
java.lang.Object
org.springframework.integration.filter.AbstractMessageProcessingSelector
org.springframework.integration.filter.ExpressionEvaluatingSelector
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.context.Lifecycle,GenericSelector<org.springframework.messaging.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
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEvaluatingSelector(String expressionString) ExpressionEvaluatingSelector(org.springframework.expression.Expression expression) -
Method Summary
Methods inherited from class org.springframework.integration.filter.AbstractMessageProcessingSelector
accept, isRunning, setBeanFactory, setConversionService, start, stop