- java.lang.Object
-
- org.springframework.cloud.netflix.eureka.EurekaDiscoveryClientConfiguration
-
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties
@ConditionalOnClass(value=com.netflix.discovery.EurekaClientConfig.class)
@ConditionalOnProperty(value="eureka.client.enabled",
matchIfMissing=true)
@ConditionalOnDiscoveryEnabled
@ConditionalOnBlockingDiscoveryEnabled
public class EurekaDiscoveryClientConfiguration
extends Object
- Author:
- Dave Syer, Spencer Gibb, Jon Schneider, Jakub Narloch, Olga Maciaszek-Sharma, Tim Ysewyn
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.