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 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