Uses of Interface
org.springframework.cloud.sleuth.http.HttpClientRequest
-
Packages that use HttpClientRequest Package Description org.springframework.cloud.sleuth.http -
-
Uses of HttpClientRequest in org.springframework.cloud.sleuth.http
Methods in org.springframework.cloud.sleuth.http that return HttpClientRequest Modifier and Type Method Description default HttpClientRequestHttpClientResponse. request()Methods in org.springframework.cloud.sleuth.http with parameters of type HttpClientRequest Modifier and Type Method Description SpanHttpClientHandler. handleSend(HttpClientRequest request)Starts the client span after assigning it a name and tags.SpanHttpClientHandler. handleSend(HttpClientRequest request, TraceContext parent)Same asHttpClientHandler.handleSend(HttpClientRequest)but with an explicit parentTraceContext.
-