Class ExpressionEvaluatingMessageListProcessor

java.lang.Object
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.aggregator.ExpressionEvaluatingMessageListProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, MessageListProcessor

public class ExpressionEvaluatingMessageListProcessor
extends AbstractExpressionEvaluator
implements MessageListProcessor
A base class for aggregators that evaluates a SpEL expression with the message list as the root object within the evaluation context.
Since:
2.0
Author:
Dave Syer, Artem Bilan