类 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.
从以下版本开始:
2.1.0
作者:
Tim Ysewyn
  • 构造器详细资料

    • 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.
      参数:
      graphServer - the integration graph server
  • 方法详细资料