类 RocketMQMessageListenerBeanPostProcessor

  • 所有已实现的接口:
    org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

    public class RocketMQMessageListenerBeanPostProcessor
    extends Object
    implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.SmartLifecycle
    • 方法详细资料

      • postProcessBeforeInitialization

        public Object postProcessBeforeInitialization​(Object bean,
                                                      String beanName)
                                               throws org.springframework.beans.BeansException
        指定者:
        postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • postProcessAfterInitialization

        public Object postProcessAfterInitialization​(Object bean,
                                                     String beanName)
                                              throws org.springframework.beans.BeansException
        指定者:
        postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessor
        抛出:
        org.springframework.beans.BeansException
      • getPhase

        public int getPhase()
        指定者:
        getPhase 在接口中 org.springframework.context.Phased
        指定者:
        getPhase 在接口中 org.springframework.context.SmartLifecycle
      • start

        public void start()
        指定者:
        start 在接口中 org.springframework.context.Lifecycle
      • stop

        public void stop()
        指定者:
        stop 在接口中 org.springframework.context.Lifecycle
      • setRunning

        public void setRunning​(boolean running)
      • isRunning

        public boolean isRunning()
        指定者:
        isRunning 在接口中 org.springframework.context.Lifecycle