| Package | Description |
|---|---|
| org.springframework.boot.actuate.trace.http |
Actuator HTTP tracing support.
|
| Modifier and Type | Method and Description |
|---|---|
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 given
response. |