@ConditionalOnClass(name={"feign.Feign","org.springframework.cloud.openfeign.Targeter"})
@AutoConfigureAfter(name="org.springframework.cloud.openfeign.FeignAutoConfiguration")
@Configuration(proxyBeanMethods=false)
public class DubboOpenFeignAutoConfiguration
extends Object
Configuration.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
TARGETER_CLASS_NAME
OpenFeign Targeter class name.
|
| 构造器和说明 |
|---|
DubboOpenFeignAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
TargeterBeanPostProcessor |
targeterBeanPostProcessor(org.springframework.core.env.Environment environment,
DubboServiceMetadataRepository dubboServiceMetadataRepository,
DubboGenericServiceFactory dubboGenericServiceFactory,
DubboGenericServiceExecutionContextFactory contextFactory) |
@Bean public TargeterBeanPostProcessor targeterBeanPostProcessor(org.springframework.core.env.Environment environment, DubboServiceMetadataRepository dubboServiceMetadataRepository, DubboGenericServiceFactory dubboGenericServiceFactory, DubboGenericServiceExecutionContextFactory contextFactory)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.