クラス CompositeMessageHandlerNode
java.lang.ObjectSE
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
org.springframework.integration.graph.MessageHandlerNode
org.springframework.integration.graph.CompositeMessageHandlerNode
- 実装済みのインターフェース一覧:
SendTimersAware
- 既知の直属サブクラス
ErrorCapableCompositeMessageHandlerNode
複合メッセージハンドラーを表します。
- 導入:
- 4.3
- 作成者:
- Gary Russell, Artem Bilan
ネストされたクラスの概要
ネストされたクラスコンストラクター概要
コンストラクターコンストラクター説明CompositeMessageHandlerNode(int nodeId, StringSE name, MessageHandler handler, StringSE input, @Nullable StringSE output, ListSE<CompositeMessageHandlerNode.InnerHandler> handlers) 方法の概要
クラス org.springframework.integration.graph.MessageHandlerNode から継承されたメソッド
getInput, getSendTimers, sendTimersクラス org.springframework.integration.graph.EndpointNode から継承されたメソッド
getOutputクラス org.springframework.integration.graph.IntegrationNode から継承されたメソッド
addProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
コンストラクターの詳細
CompositeMessageHandlerNode
public CompositeMessageHandlerNode(int nodeId, StringSE name, MessageHandler handler, StringSE input, @Nullable StringSE output, ListSE<CompositeMessageHandlerNode.InnerHandler> handlers)
メソッドの詳細
getHandlers