Class MethodInvokingMessageGroupProcessor

java.lang.Object
org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
org.springframework.integration.aggregator.MethodInvokingMessageGroupProcessor
All Implemented Interfaces:
Aware, BeanFactoryAware, Lifecycle, MessageGroupProcessor, ManageableLifecycle

public class MethodInvokingMessageGroupProcessor
extends AbstractAggregatingMessageGroupProcessor
implements ManageableLifecycle
MessageGroupProcessor that serves as an adapter for the invocation of a POJO method.
Since:
2.0
Author:
Iwein Fuld, Mark Fisher, Dave Syer, Gary Russell, Artme Bilan