@Configuration(proxyBeanMethods=false)
@Conditional(value=org.springframework.cloud.openfeign.FeignCircuitBreakerDisabledConditions.class)
@ConditionalOnClass(name="feign.hystrix.HystrixFeign")
@ConditionalOnProperty(value="feign.hystrix.enabled",
havingValue="true",
matchIfMissing=true)
protected static class FeignAutoConfiguration.HystrixFeignTargeterConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
HystrixFeignTargeterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.openfeign.Targeter |
feignTargeter() |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.