Class ExpressionCommandMessageProcessor

All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, MessageProcessor<Object>, IntegrationPattern

@Deprecated(since="6.4", forRemoval=true) public class ExpressionCommandMessageProcessor extends AbstractMessageProcessor<Object> implements IntegrationPattern
Deprecated, for removal: This API element is subject to removal in a future version.
A MessageProcessor implementation that expects an Expression or expressionString as the Message payload. When processing, it simply evaluates that expression.
Since:
2.0
Author:
Dave Syer, Mark Fisher, Gary Russell, Artem Bilan, Ngoc Nhan