Class RuntimeRestController
- java.lang.Object
-
- com.aquima.web.rest.v1.controller.RestControllerBase
-
- com.aquima.web.rest.v1.controller.RuntimeRestController
-
@RestController @RestApiContext @RequestMapping(value="/", produces="application/json") public class RuntimeRestController extends RestControllerBase
Provides information about the runtime.- Since:
- 9.6
- Author:
- Marius Orsan
-
-
Field Summary
-
Fields inherited from class com.aquima.web.rest.v1.controller.RestControllerBase
DEFAULT_PAGE_NUMBER, DEFAULT_PAGE_SIZE
-
-
Constructor Summary
Constructors Constructor Description RuntimeRestController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Runtime
getRuntimeInformation()
Returns information about the runtime.-
Methods inherited from class com.aquima.web.rest.v1.controller.RestControllerBase
getFilters, getUser
-
-
-
-
Method Detail
-
getRuntimeInformation
@RequestMapping(method=GET) @ResponseStatus(OK) @ResponseBody public Runtime getRuntimeInformation()
Returns information about the runtime.
-
-