クラス MethodInvokingMessageListProcessor<T>

java.lang.ObjectSE
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.aggregator.MethodInvokingMessageListProcessor<T>
型パラメーター:
T - メソッド評価 expecetd 結果型。
実装されたすべてのインターフェース:
AwareBeanFactoryAwareInitializingBeanLifecycleManageableLifecycle

public class MethodInvokingMessageListProcessor<T> extends AbstractExpressionEvaluator implements ManageableLifecycle
ターゲット POJO でメソッドを呼び出す MessageListProcessor 実装。
導入:
2.0
作成者:
Dave Syer, Artem Bilan, Gary Russell