Uses of Interface
org.springframework.web.reactive.function.client.ClientRequestObservationConvention
Packages that use ClientRequestObservationConvention
Package
Description
Provides a reactive
WebClient
that builds on top of the
org.springframework.http.client.reactive reactive HTTP adapter layer.-
Uses of ClientRequestObservationConvention in org.springframework.web.reactive.function.client
Classes in org.springframework.web.reactive.function.client that implement ClientRequestObservationConventionModifier and TypeClassDescriptionclassDefault implementation for aClientRequestObservationConvention, extracting information from theClientRequestObservationContext.Methods in org.springframework.web.reactive.function.client with parameters of type ClientRequestObservationConventionModifier and TypeMethodDescriptionWebClient.Builder.observationConvention(ClientRequestObservationConvention observationConvention) Provide anObservationConventionto use for collecting metadata for the request observation.