Class TraceLettuceClientResourcesBeanPostProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.config.BeanPostProcessor

    public class TraceLettuceClientResourcesBeanPostProcessor
    extends Object
    implements org.springframework.beans.factory.config.BeanPostProcessor
    BeanPostProcessor for wrapping Lettuce components in a tracing representation.
    Since:
    3.0.0
    Author:
    Marcin Grzejszczak
    • Constructor Detail

      • TraceLettuceClientResourcesBeanPostProcessor

        public TraceLettuceClientResourcesBeanPostProcessor​(org.springframework.beans.factory.BeanFactory beanFactory)
        Deprecated.
    • Method Detail

      • postProcessBeforeInitialization

        public Object postProcessBeforeInitialization​(Object bean,
                                                      String beanName)
                                               throws org.springframework.beans.BeansException
        Deprecated.
        Specified by:
        postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException
      • postProcessAfterInitialization

        public Object postProcessAfterInitialization​(Object bean,
                                                     String beanName)
                                              throws org.springframework.beans.BeansException
        Deprecated.
        Specified by:
        postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
        Throws:
        org.springframework.beans.BeansException