Class ExpressionEvaluatingMessageProcessor<T>

Type Parameters:
T - the expected payload type.
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, MessageProcessor<T>

public class ExpressionEvaluatingMessageProcessor<T>
extends AbstractMessageProcessor<T>
A MessageProcessor implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.
Since:
2.0
Author:
Mark Fisher, Artem Bilan, Gary Russell