Uses of Interface
org.springframework.boot.actuate.trace.http.TraceableResponse
-
Uses of TraceableResponse in org.springframework.boot.actuate.trace.http
Modifier and TypeMethodDescriptionfinal void
HttpExchangeTracer.sendingResponse
(HttpTrace trace, TraceableResponse response, Supplier<Principal> principal, Supplier<String> sessionId) Ends the tracing of the exchange that is being concluded by sending the givenresponse
.