Uses of Class
org.springframework.boot.actuate.trace.http.HttpTrace
-
Uses of HttpTrace in org.springframework.boot.actuate.trace.http
Modifier and TypeMethodDescriptionfinal HttpTrace
HttpExchangeTracer.receivedRequest
(TraceableRequest request) Begins the tracing of the exchange that was initiated by the givenrequest
being received.Modifier and TypeMethodDescriptionHttpTraceRepository.findAll()
Find allHttpTrace
objects contained in the repository.InMemoryHttpTraceRepository.findAll()
HttpTraceEndpoint.HttpTraceDescriptor.getTraces()
Modifier and TypeMethodDescriptionvoid
Adds a trace to the repository.void
final 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
.