Class IntegrationGraphEndpoint

java.lang.Object
org.springframework.boot.actuate.integration.IntegrationGraphEndpoint

@Endpoint(id="integrationgraph") public class IntegrationGraphEndpoint extends Object
@Endpoint to expose the Spring Integration graph.
Since:
2.1.0
Author:
Tim Ysewyn
  • Constructor Summary

    Constructors
    Constructor
    Description
    IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer)
    Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.integration.graph.Graph
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IntegrationGraphEndpoint

      public IntegrationGraphEndpoint(org.springframework.integration.graph.IntegrationGraphServer graphServer)
      Create a new IntegrationGraphEndpoint instance that exposes a graph containing all the Spring Integration components in the given IntegrationGraphServer.
      Parameters:
      graphServer - the integration graph server
  • Method Details