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 java.lang.Object
The REST Controller to provide the management API over IntegrationGraphServer.
Since:
4.3
  • Constructor Summary

    Constructors 
    Constructor Description
    IntegrationGraphController​(org.springframework.integration.graph.IntegrationGraphServer integrationGraphServer)  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.integration.graph.Graph getGraph()  
    org.springframework.integration.graph.Graph refreshGraph()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()