类 IntegrationGraphEndpoint.GraphDescriptor

java.lang.Object
org.springframework.boot.actuate.integration.IntegrationGraphEndpoint.GraphDescriptor
所有已实现的接口:
OperationResponseBody
封闭类:
IntegrationGraphEndpoint

public static class IntegrationGraphEndpoint.GraphDescriptor extends Object implements OperationResponseBody
Description of a Graph.
  • 方法详细资料

    • getContentDescriptor

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

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

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