Class TraceWebClientBeanPostProcessor
- java.lang.Object
-
- org.springframework.cloud.sleuth.instrument.web.client.TraceWebClientBeanPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class TraceWebClientBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
BeanPostProcessorto wrap aWebClientinstance into its trace representation.- Since:
- 2.0.0
- Author:
- Marcin Grzejszczak
-
-
Constructor Summary
Constructors Constructor Description TraceWebClientBeanPostProcessor(org.springframework.context.ConfigurableApplicationContext springContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessAfterInitialization(Object bean, String beanName)ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-