Uses of Interface
org.springframework.boot.actuate.trace.http.TraceableRequest
Packages that use TraceableRequest
-
Uses of TraceableRequest in org.springframework.boot.actuate.trace.http
Methods in org.springframework.boot.actuate.trace.http with parameters of type TraceableRequestModifier and TypeMethodDescriptionfinal HttpTrace
HttpExchangeTracer.receivedRequest
(TraceableRequest request) Begins the tracing of the exchange that was initiated by the givenrequest
being received.