Class RuntimeRestController


  • @RestController
    @RestApiContext
    @RequestMapping(value="/",
                    produces="application/json")
    public class RuntimeRestController
    extends RestControllerBase
    Provides information about the runtime.
    Since:
    9.6
    Author:
    Marius Orsan
    • Constructor Detail

      • RuntimeRestController

        public RuntimeRestController()
    • Method Detail

      • getRuntimeInformation

        @RequestMapping(method=GET)
        @ResponseStatus(OK)
        @ResponseBody
        public Runtime getRuntimeInformation()
        Returns information about the runtime.