@RestController @UserResource @RequestMapping(path="/status") public class ConfigStatusController extends Object
| Constructor and Description |
|---|
ConfigStatusController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.hateoas.Resource<de.adorsys.smartanalytics.api.config.ConfigStatus> |
status() |
@GetMapping(produces="application/json") public org.springframework.hateoas.Resource<de.adorsys.smartanalytics.api.config.ConfigStatus> status()
Copyright © 2019. All rights reserved.