Class RocketMQConfigBeanPostProcessor
java.lang.Object
com.alibaba.cloud.stream.binder.rocketmq.custom.RocketMQConfigBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class RocketMQConfigBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
find RocketMQ bean by annotations.
- Author:
- junboXiang
-
Constructor Summary
Constructors -
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
postProcessBeforeInitialization
-
Constructor Details
-
RocketMQConfigBeanPostProcessor
public RocketMQConfigBeanPostProcessor()
-
-
Method Details
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-