クラス IntegrationNode
java.lang.ObjectSE
org.springframework.integration.graph.IntegrationNode
- 既知の直属サブクラス
EndpointNode,MessageChannelNode
すべてのノードの基本クラス。
- 導入:
- 4.3
- 作成者:
- Gary Russell, Artem Bilan
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明voidaddProperties(@Nullable MapSE<StringSE, ObjectSE> props) ノードにプロパティを追加します。voidaddProperty(StringSE name, ObjectSE value) ノードにプロパティを追加します。final StringSE@Nullable IntegrationPatternTypegetName()intbooleanこのコンポーネントが観測でインストルメント化されている場合は true を返します。
コンストラクターの詳細
IntegrationNode
方法の詳細
getNodeId
public int getNodeId()getName
getComponentType
getIntegrationPatternType
getIntegrationPatternCategory
getProperties
addProperty
ノードにプロパティを追加します。- パラメーター:
name- プロパティの名前value- プロパティの値- 導入:
- 5.1
addProperties
ノードにプロパティを追加します。- パラメーター:
props- 追加する追加のプロパティ- 導入:
- 5.1
isObserved
public boolean isObserved()このコンポーネントが観測でインストルメント化されている場合は true を返します。- 戻り値:
- このコンポーネントが観測でインストルメント化されている場合は true。
- 導入:
- 6.0.1