java.lang.Object
org.springframework.integration.graph.Graph

public class Graph
extends java.lang.Object
This object can be exposed, for example, as a JSON object over HTTP.
Since:
4.3
  • Constructor Summary

    Constructors 
    Constructor Description
    Graph​(java.util.Map<java.lang.String,​java.lang.Object> descriptor, java.util.Collection<IntegrationNode> nodes, java.util.Collection<LinkNode> links)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.lang.Object> getContentDescriptor()  
    java.util.Collection<LinkNode> getLinks()  
    java.util.Collection<IntegrationNode> getNodes()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait