public class LocalHttpServiceClientImpl extends JsonSupport implements LocalHttpServiceClient
| Constructor and Description |
|---|
LocalHttpServiceClientImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String localBaseWebUri) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<HttpResponse> |
getHttpResponse(HttpRequest httpRequest) |
String |
getLocalBaseWebUri() |
readValue, toJson, toJsonpublic LocalHttpServiceClientImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String localBaseWebUri)
public String getLocalBaseWebUri()
getLocalBaseWebUri in interface LocalHttpServiceClientpublic reactor.core.publisher.Mono<HttpResponse> getHttpResponse(HttpRequest httpRequest)
getHttpResponse in interface LocalHttpServiceClientCopyright © 2020. All rights reserved.