public class ApplicationOperations extends Object
| Constructor and Description |
|---|
ApplicationOperations(org.springframework.web.client.RestTemplate restTemplate,
HttpHeadersProvider httpHeadersProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> org.springframework.http.ResponseEntity<T> |
doGet(Application application,
URI uri,
Class<T> responseType) |
org.springframework.http.ResponseEntity<Map<String,Serializable>> |
getHealth(Application application) |
org.springframework.http.ResponseEntity<Map<String,Serializable>> |
getInfo(Application application) |
public ApplicationOperations(org.springframework.web.client.RestTemplate restTemplate,
HttpHeadersProvider httpHeadersProvider)
public org.springframework.http.ResponseEntity<Map<String,Serializable>> getInfo(Application application)
public org.springframework.http.ResponseEntity<Map<String,Serializable>> getHealth(Application application)
protected <T> org.springframework.http.ResponseEntity<T> doGet(Application application, URI uri, Class<T> responseType)
Copyright © 2018 codecentric AG. All rights reserved.