org.springframework.http.client.ClientHttpRequestInterceptorpublic final class TracingClientHttpRequestInterceptor
extends java.lang.Object
implements org.springframework.http.client.ClientHttpRequestInterceptor
| Modifier and Type | Method | Description |
|---|---|---|
static org.springframework.http.client.ClientHttpRequestInterceptor |
create(brave.http.HttpTracing httpTracing) |
|
static org.springframework.http.client.ClientHttpRequestInterceptor |
create(brave.Tracing tracing) |
|
org.springframework.http.client.ClientHttpResponse |
intercept(org.springframework.http.HttpRequest request,
byte[] body,
org.springframework.http.client.ClientHttpRequestExecution execution) |
public static org.springframework.http.client.ClientHttpRequestInterceptor create(brave.Tracing tracing)
public static org.springframework.http.client.ClientHttpRequestInterceptor create(brave.http.HttpTracing httpTracing)
public org.springframework.http.client.ClientHttpResponse intercept(org.springframework.http.HttpRequest request,
byte[] body,
org.springframework.http.client.ClientHttpRequestExecution execution)
throws java.io.IOException
intercept in interface org.springframework.http.client.ClientHttpRequestInterceptorjava.io.IOExceptionCopyright © 2018 OpenZipkin. All rights reserved.