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 TypeClassDescriptionclassDefault implementation for aClientRequestObservationConvention, extracting information from theClientRequestObservationContext. -
Uses of ClientRequestObservationConvention in org.springframework.web.client
Methods in org.springframework.web.client that return ClientRequestObservationConventionModifier and TypeMethodDescriptionRestTemplate.getObservationConvention()Return the configuredClientRequestObservationConvention, ornullif not set.Methods in org.springframework.web.client with parameters of type ClientRequestObservationConventionModifier and TypeMethodDescriptionRestClient.Builder.observationConvention(ClientRequestObservationConvention observationConvention) Configure theObservationConventionto use for collecting metadata for the request observation.voidRestTemplate.setObservationConvention(ClientRequestObservationConvention observationConvention) Configure anObservationConventionthat sets the name of theobservationas well as itsKeyValuesextracted from theClientRequestObservationContext.