Uses of Interface
org.springframework.http.server.reactive.observation.ServerRequestObservationConvention
Packages that use ServerRequestObservationConvention
Package
Description
Instrumentation for
observing reactive HTTP server applications.Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler.-
Uses of ServerRequestObservationConvention in org.springframework.http.server.reactive.observation
Classes in org.springframework.http.server.reactive.observation that implement ServerRequestObservationConvention -
Uses of ServerRequestObservationConvention in org.springframework.web.server.adapter
Methods in org.springframework.web.server.adapter that return ServerRequestObservationConventionModifier and TypeMethodDescriptionHttpWebHandlerAdapter.getObservationConvention()Return the Observation convention configured for server exchanges observations.Methods in org.springframework.web.server.adapter with parameters of type ServerRequestObservationConventionModifier and TypeMethodDescriptionWebHttpHandlerBuilder.observationConvention(ServerRequestObservationConvention observationConvention) Configure aServerRequestObservationConventionto use for server observations.voidHttpWebHandlerAdapter.setObservationConvention(ServerRequestObservationConvention observationConvention) Configure aServerRequestObservationConventionfor server exchanges observations.