-
Interfaces Interface Description com.netflix.appinfo.HealthCheckCallback UseHealthCheckHandlerinstead.
-
Classes Class Description com.netflix.discovery.DiscoveryManager use EurekaModule and DI. Discovery Manager configures Discovery Client based on the properties specified.The configuration file is searched for in the classpath with the name specified by the property eureka.client.props and with the suffix .properties. If the property is not specified, eureka-client.properties is assumed as the default.
com.netflix.discovery.shared.resolver.LegacyClusterResolver as of 2016-02-11. Will be deleted in an upcoming release. SeeConfigClusterResolverfor replacement. Server resolver that mimics the behavior of the original implementation. Either DNS or server list resolvers are instantiated, and they can be swapped in runtime because of the dynamic configuration change.Failures
If there is configuration change (from DNS to server list or reverse), and the new resolver cannot be instantiated, it will be retried with exponential back-off (seeReloadingClusterResolver).
-
Fields Field Description com.netflix.appinfo.AbstractInstanceConfig.DEFAULT_NAMESPACE 2016-08-29 useCommonConstants.DEFAULT_CONFIG_NAMESPACEcom.netflix.discovery.DefaultEurekaClientConfig.DEFAULT_NAMESPACE 2016-08-29 useCommonConstants.DEFAULT_CONFIG_NAMESPACE