Uses of Interface
org.springframework.http.client.observation.ClientRequestObservationConvention
Packages that use ClientRequestObservationConvention
Package
Description
This package provides support for client HTTP
Observation
.Core package of the client-side web support.
-
Uses of ClientRequestObservationConvention in org.springframework.http.client.observation
Classes in org.springframework.http.client.observation that implement ClientRequestObservationConventionModifier and TypeClassDescriptionclass
Default implementation for aClientRequestObservationConvention
, extracting information from theClientRequestObservationContext
. -
Uses of ClientRequestObservationConvention in org.springframework.web.client
Methods in org.springframework.web.client with parameters of type ClientRequestObservationConventionModifier and TypeMethodDescriptionvoid
RestTemplate.setObservationConvention
(ClientRequestObservationConvention observationConvention) Configure anObservationConvention
that sets the name of theobservation
as well as itsKeyValues
extracted from theClientRequestObservationContext
.