Uses of Interface
org.springframework.http.client.observation.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
Modifier and TypeClassDescriptionclass
Default implementation for aClientRequestObservationConvention
, extracting information from theClientRequestObservationContext
. -
Uses of ClientRequestObservationConvention in org.springframework.web.client
Modifier and TypeMethodDescriptionvoid
RestTemplate.setObservationConvention
(ClientRequestObservationConvention observationConvention) Configure anObservationConvention
that sets the name of theobservation
as well as itsKeyValues
extracted from theClientRequestObservationContext
.