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
ConstructorsConstructorDescriptionSleuthRabbitBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Constructor Details
-
SleuthRabbitBeanPostProcessor
public SleuthRabbitBeanPostProcessor(org.springframework.beans.factory.BeanFactory beanFactory)
-
-
Method Details
-
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
-