Class ExpressionEvaluatingMessageProcessor<T>

java.lang.Object
Type Parameters:
T - the expected payload type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.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