protected class SpringWebClientFlowableHttpClient.WebClientExecutableHttpRequest extends Object implements AsyncExecutableHttpRequest
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?> |
request |
| Constructor and Description |
|---|
WebClientExecutableHttpRequest(org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?> request) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse> |
callAsync() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallprotected final org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?> request
public WebClientExecutableHttpRequest(org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?> request)
public CompletableFuture<HttpResponse> callAsync()
callAsync in interface AsyncExecutableHttpRequestCopyright © 2021 Flowable. All rights reserved.