Class LambdaMessageProcessor

java.lang.Object
org.springframework.integration.handler.LambdaMessageProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, MessageProcessor<Object>

public class LambdaMessageProcessor
extends Object
implements MessageProcessor<Object>, BeanFactoryAware
The MessageProcessor implementation for method invocation on the single method classes - functional interface implementations.
Since:
5.0
Author:
Artem Bilan, Gary Russell