Class SleuthRabbitBeanPostProcessor
- java.lang.Object
-
- org.springframework.cloud.sleuth.brave.instrument.messaging.SleuthRabbitBeanPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class SleuthRabbitBeanPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Instruments spring-rabbit related components.
-
-
Constructor Summary
Constructors Constructor Description SleuthRabbitBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-
-
-
Method Detail
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
- Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
-