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 -
Method Summary
Modifier and TypeMethodDescriptionReturns information about the runtime.Methods inherited from class com.aquima.web.rest.v1.controller.RestControllerBase
getFilters, getUser
-
Constructor Details
-
RuntimeRestController
public RuntimeRestController()
-
-
Method Details
-
getRuntimeInformation
@RequestMapping(method=GET) @ResponseStatus(OK) @ResponseBody public Runtime getRuntimeInformation()Returns information about the runtime.
-