Class IntegrationGraphController

java.lang.Object
org.springframework.integration.http.management.IntegrationGraphController

@RestController @RequestMapping("${spring.integration.graph.controller.request.mapping.path:/integration}") public class IntegrationGraphController extends Object
The REST Controller to provide the management API over IntegrationGraphServer.
Since:
4.3
  • Constructor Details

    • IntegrationGraphController

      public IntegrationGraphController(org.springframework.integration.graph.IntegrationGraphServer integrationGraphServer)
  • Method Details

    • getGraph

      @GetMapping(name="getGraph") public org.springframework.integration.graph.Graph getGraph()
    • refreshGraph

      @GetMapping(path="/refresh", name="refreshGraph") public org.springframework.integration.graph.Graph refreshGraph()