| 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. |
| Constructor and Description |
|---|
| com.netflix.discovery.DiscoveryClient(InstanceInfo, EurekaClientConfig)
use constructor that takes ApplicationInfoManager instead of InstanceInfo directly
|
| com.netflix.discovery.DiscoveryClient(InstanceInfo, EurekaClientConfig, DiscoveryClient.DiscoveryClientOptionalArgs)
use constructor that takes ApplicationInfoManager instead of InstanceInfo directly
|
com.netflix.discovery.shared.transport.jersey.JerseyEurekaHttpClientFactory(EurekaJerseyClient, boolean)
EurekaJerseyClient is deprecated and will be removed |
| com.netflix.discovery.util.RateLimiter() |