Uses of Interface
org.springframework.cloud.sleuth.http.HttpClientResponse
-
Packages that use HttpClientResponse Package Description org.springframework.cloud.sleuth.http -
-
Uses of HttpClientResponse in org.springframework.cloud.sleuth.http
Methods in org.springframework.cloud.sleuth.http with parameters of type HttpClientResponse Modifier and Type Method Description voidHttpClientHandler. handleReceive(HttpClientResponse response, Span span)Finishes the client span after assigning it tags according to the response or error.
-