Class Graph
java.lang.Object
org.springframework.integration.graph.Graph
This object can be exposed, for example, as a JSON object over
HTTP.
- Since:
- 4.3
- Author:
- Andy Clement, Gary Russell
-
Constructor Summary
ConstructorDescriptionGraph
(Map<String, Object> descriptor, Collection<IntegrationNode> nodes, Collection<LinkNode> links) -
Method Summary
-
Constructor Details
-
Graph
public Graph(Map<String, Object> descriptor, Collection<IntegrationNode> nodes, Collection<LinkNode> links)
-
-
Method Details
-
getContentDescriptor
-
getNodes
-
getLinks
-