org.springframework.http.client.AsyncClientHttpRequestInterceptorpublic final class TracingAsyncClientHttpRequestInterceptor
extends java.lang.Object
implements org.springframework.http.client.AsyncClientHttpRequestInterceptor
| Modifier and Type | Method | Description |
|---|---|---|
static org.springframework.http.client.AsyncClientHttpRequestInterceptor |
create(brave.http.HttpTracing httpTracing) |
|
static org.springframework.http.client.AsyncClientHttpRequestInterceptor |
create(brave.Tracing tracing) |
|
org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> |
intercept(org.springframework.http.HttpRequest request,
byte[] body,
org.springframework.http.client.AsyncClientHttpRequestExecution execution) |
public static org.springframework.http.client.AsyncClientHttpRequestInterceptor create(brave.Tracing tracing)
public static org.springframework.http.client.AsyncClientHttpRequestInterceptor create(brave.http.HttpTracing httpTracing)
public org.springframework.util.concurrent.ListenableFuture<org.springframework.http.client.ClientHttpResponse> intercept(org.springframework.http.HttpRequest request,
byte[] body,
org.springframework.http.client.AsyncClientHttpRequestExecution execution)
throws java.io.IOException
intercept in interface org.springframework.http.client.AsyncClientHttpRequestInterceptorjava.io.IOExceptionCopyright © 2018 OpenZipkin. All rights reserved.