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