Class StatusController


  • @RestController
    @RequestMapping("/rest/graph/status")
    public class StatusController
    extends Object
    • Constructor Detail

      • StatusController

        @Autowired
        public StatusController​(GraphFactory graphFactory)
    • Method Detail

      • getStatus

        @GetMapping(produces="application/json")
        public SystemStatus getStatus()