public final class TracingAsyncClientHttpRequestInterceptor extends Object implements org.springframework.http.client.AsyncClientHttpRequestInterceptor
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.http.client.AsyncClientHttpRequestInterceptor |
create(CurrentTraceContext currentTraceContext,
HttpClientHandler httpClientHandler) |
org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> |
intercept(org.springframework.http.HttpRequest req,
byte[] body,
org.springframework.http.client.AsyncClientHttpRequestExecution execution) |
public static org.springframework.http.client.AsyncClientHttpRequestInterceptor create(CurrentTraceContext currentTraceContext, HttpClientHandler httpClientHandler)
public org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> intercept(org.springframework.http.HttpRequest req,
byte[] body,
org.springframework.http.client.AsyncClientHttpRequestExecution execution)
throws IOException
intercept in interface org.springframework.http.client.AsyncClientHttpRequestInterceptorIOExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.