@Configuration(proxyBeanMethods=false)
@Import(value={org.apache.rocketmq.spring.autoconfigure.RocketMQAutoConfiguration.class,RocketMQBinderHealthIndicatorAutoConfiguration.class})
@EnableConfigurationProperties(value={RocketMQBinderConfigurationProperties.class,RocketMQExtendedBindingProperties.class})
public class RocketMQBinderAutoConfiguration
extends Object
| 构造器和说明 |
|---|
RocketMQBinderAutoConfiguration(RocketMQExtendedBindingProperties extendedBindingProperties,
RocketMQBinderConfigurationProperties rocketBinderConfigurationProperties) |
| 限定符和类型 | 方法和说明 |
|---|---|
InstrumentationManager |
instrumentationManager() |
RocketMQTopicProvisioner |
provisioningProvider() |
RocketMQMessageChannelBinder |
rocketMessageChannelBinder(RocketMQTopicProvisioner provisioningProvider,
InstrumentationManager instrumentationManager) |
@Autowired public RocketMQBinderAutoConfiguration(RocketMQExtendedBindingProperties extendedBindingProperties, RocketMQBinderConfigurationProperties rocketBinderConfigurationProperties)
@Bean public RocketMQTopicProvisioner provisioningProvider()
@Bean public RocketMQMessageChannelBinder rocketMessageChannelBinder(RocketMQTopicProvisioner provisioningProvider, InstrumentationManager instrumentationManager)
@Bean public InstrumentationManager instrumentationManager()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.