类 ExtConsumerResetConfiguration
- java.lang.Object
-
- org.apache.rocketmq.spring.autoconfigure.ExtConsumerResetConfiguration
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.SmartInitializingSingleton,org.springframework.context.ApplicationContextAware
@Configuration public class ExtConsumerResetConfiguration extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.SmartInitializingSingleton
-
-
构造器概要
构造器 构造器 说明 ExtConsumerResetConfiguration(RocketMQMessageConverter rocketMQMessageConverter, org.springframework.core.env.ConfigurableEnvironment environment, RocketMQProperties rocketMQProperties)
-
-
-
构造器详细资料
-
ExtConsumerResetConfiguration
public ExtConsumerResetConfiguration(RocketMQMessageConverter rocketMQMessageConverter, org.springframework.core.env.ConfigurableEnvironment environment, RocketMQProperties rocketMQProperties)
-
-
方法详细资料
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- 指定者:
setApplicationContext在接口中org.springframework.context.ApplicationContextAware- 抛出:
org.springframework.beans.BeansException
-
afterSingletonsInstantiated
public void afterSingletonsInstantiated()
- 指定者:
afterSingletonsInstantiated在接口中org.springframework.beans.factory.SmartInitializingSingleton
-
-