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