@RestController @RequestMapping(value="${spring.integration.graph.controller.request.mapping.path:/integration}") public class IntegrationGraphController extends ObjectSE
IntegrationGraphServer を介して管理 API を提供する REST コントローラー。| コンストラクターと説明 |
|---|
IntegrationGraphController(IntegrationGraphServer integrationGraphServer) |
| 修飾子と型 | メソッドと説明 |
|---|---|
Graph | getGraph() |
Graph | refreshGraph() |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic IntegrationGraphController(IntegrationGraphServer integrationGraphServer)
@GetMapping(name="getGraph") public Graph getGraph()
@GetMapping(path="/refresh", name="refreshGraph") public Graph refreshGraph()