Class EndpointNode
java.lang.Object
org.springframework.integration.graph.IntegrationNode
org.springframework.integration.graph.EndpointNode
- Direct Known Subclasses:
ErrorCapableEndpointNode
,MessageHandlerNode
Base class for all endpoints.
- Since:
- 4.3
- Author:
- Gary Russell
-
Constructor Summary
ModifierConstructorDescriptionprotected
EndpointNode
(int nodeId, String name, Object nodeObject, String output) -
Method Summary
Methods inherited from class org.springframework.integration.graph.IntegrationNode
addProperties, addProperty, getComponentType, getIntegrationPatternCategory, getIntegrationPatternType, getName, getNodeId, getProperties, isObserved
-
Constructor Details
-
EndpointNode
-
-
Method Details
-
getOutput
-