Interface and Description |
---|
com.netflix.appinfo.HealthCheckCallback
Use
HealthCheckHandler instead. |
Class and 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.InternalEurekaStatusModule
2016-09-06 this class will be deleted soon. This is also an internal class.
Specific bindings for eureka status checker.
Note that this is an internal modules and ASSUMES that a binding for
DiscoveryClient was already set.
Exposed bindings,
@UpStatus Supplier
|
com.netflix.discovery.shared.resolver.LegacyClusterResolver
as of 2016-02-11. Will be deleted in an upcoming release.
See
ConfigClusterResolver for 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.
FailuresIf 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 ). |
Field and Description |
---|
com.netflix.appinfo.AbstractInstanceConfig.DEFAULT_NAMESPACE
2016-08-29 use
CommonConstants.DEFAULT_CONFIG_NAMESPACE |
com.netflix.discovery.DefaultEurekaClientConfig.DEFAULT_NAMESPACE
2016-08-29 use
CommonConstants.DEFAULT_CONFIG_NAMESPACE |