Class IntegrationGraphEndpoint.GraphDescriptor

java.lang.Object
org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
All Implemented Interfaces:
OperationResponseBody
Enclosing class:
IntegrationGraphEndpoint

public static class IntegrationGraphEndpoint.GraphDescriptor extends Object implements OperationResponseBody
Description of a Graph.
  • Method Details

    • getContentDescriptor

      public Map<String,Object> getContentDescriptor()
    • getNodes

      public Collection<org.springframework.integration.graph.IntegrationNode> getNodes()
    • getLinks

      public Collection<org.springframework.integration.graph.LinkNode> getLinks()