Class IntegrationNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
- Direct Known Subclasses:
- EndpointNode,- MessageChannelNode
Base class for all nodes.
- Since:
- 4.3
- Author:
- Gary Russell, Artem Bilan
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedIntegrationNode(int nodeId, String name, Object nodeObject) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddProperties(Map<String, Object> props) Add extra property to the node.voidaddProperty(String name, Object value) Add extra property to the node.final StringgetName()intbooleanReturn true if this component is instrumented with an observation.
- 
Constructor Details- 
IntegrationNode
 
- 
- 
Method Details- 
getNodeIdpublic int getNodeId()
- 
getName
- 
getComponentType
- 
getIntegrationPatternType
- 
getIntegrationPatternCategory
- 
getProperties
- 
addProperty
- 
addProperties
- 
isObservedpublic boolean isObserved()Return true if this component is instrumented with an observation.- Returns:
- true if this component is instrumented with an observation.
- Since:
- 6.0.1
 
 
-