@RestController @RequestMapping(value="${spring.integration.graph.controller.request.mapping.path:/integration}") public class IntegrationGraphController extends Object
IntegrationGraphServer.| Constructor and Description |
|---|
IntegrationGraphController(IntegrationGraphServer integrationGraphServer) |
public IntegrationGraphController(IntegrationGraphServer integrationGraphServer)
@GetMapping(name="getGraph") public Graph getGraph()
@GetMapping(path="/refresh", name="refreshGraph") public Graph refreshGraph()