Package com.fayupable.logged.spring.http
package com.fayupable.logged.spring.http
-
ClassesClassDescriptionFeign
RequestInterceptorthat writes the current@Loggedcall chain's trace id and depth into an outgoing Feign client request's headers, viaHttpTraceHeaderCarrier.ClientHttpRequestInterceptorthat writes the current@Loggedcall chain's trace id and depth into an outgoingRestTemplaterequest's headers, viaHttpTraceHeaderCarrier.ExchangeFilterFunctionthat writes the current@Loggedcall chain's trace id and depth into an outgoingWebClientrequest's headers, viaHttpTraceHeaderCarrier.Carries a@Loggedcall chain'sFlowContextacross a synchronous HTTP call, by writing it into the outgoing request's headers and reading it back from the incoming request's headers.ServletFilterthat reads the incoming HTTP request's trace headers, if present, and adopts them as the active@Loggedcall chain for the duration of the request, viaHttpTraceHeaderCarrier.