@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.| Modifier and Type | Field and Description |
|---|---|
static String |
TARGETER_CLASS_NAME
OpenFeign Targeter class name.
|
| Constructor and Description |
|---|
DubboOpenFeignAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TargeterBeanPostProcessor |
targeterBeanPostProcessor(org.springframework.core.env.Environment environment,
DubboServiceMetadataRepository dubboServiceMetadataRepository,
DubboGenericServiceFactory dubboGenericServiceFactory,
DubboGenericServiceExecutionContextFactory contextFactory) |
public static final String TARGETER_CLASS_NAME
@Bean public TargeterBeanPostProcessor targeterBeanPostProcessor(org.springframework.core.env.Environment environment, DubboServiceMetadataRepository dubboServiceMetadataRepository, DubboGenericServiceFactory dubboGenericServiceFactory, DubboGenericServiceExecutionContextFactory contextFactory)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.