Class TracingClientHttpRequestInterceptor

  • All Implemented Interfaces:
    org.springframework.http.client.ClientHttpRequestInterceptor

    public final class TracingClientHttpRequestInterceptor
    extends Object
    implements org.springframework.http.client.ClientHttpRequestInterceptor
    • Method Detail

      • create

        public static org.springframework.http.client.ClientHttpRequestInterceptor create​(Tracing tracing)
      • create

        public static org.springframework.http.client.ClientHttpRequestInterceptor create​(HttpTracing httpTracing)
      • intercept

        public org.springframework.http.client.ClientHttpResponse intercept​(org.springframework.http.HttpRequest req,
                                                                            byte[] body,
                                                                            org.springframework.http.client.ClientHttpRequestExecution execution)
                                                                     throws IOException
        Specified by:
        intercept in interface org.springframework.http.client.ClientHttpRequestInterceptor
        Throws:
        IOException