| Package | Description |
|---|---|
| org.springframework.cloud.netflix.eureka | |
| org.springframework.cloud.netflix.eureka.serviceregistry |
| Modifier and Type | Method and Description |
|---|---|
EurekaRegistration |
EurekaClientAutoConfiguration.EurekaClientConfiguration.eurekaRegistration(com.netflix.discovery.EurekaClient eurekaClient,
CloudEurekaInstanceConfig instanceConfig,
com.netflix.appinfo.ApplicationInfoManager applicationInfoManager,
org.springframework.beans.factory.ObjectProvider<com.netflix.appinfo.HealthCheckHandler> healthCheckHandler) |
EurekaRegistration |
EurekaClientAutoConfiguration.RefreshableEurekaClientConfiguration.eurekaRegistration(com.netflix.discovery.EurekaClient eurekaClient,
CloudEurekaInstanceConfig instanceConfig,
com.netflix.appinfo.ApplicationInfoManager applicationInfoManager,
org.springframework.beans.factory.ObjectProvider<com.netflix.appinfo.HealthCheckHandler> healthCheckHandler) |
| Modifier and Type | Method and Description |
|---|---|
EurekaAutoServiceRegistration |
EurekaClientAutoConfiguration.eurekaAutoServiceRegistration(org.springframework.context.ApplicationContext context,
EurekaServiceRegistry registry,
EurekaRegistration registration) |
| Modifier and Type | Method and Description |
|---|---|
EurekaRegistration |
EurekaRegistration.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
EurekaServiceRegistry.deregister(EurekaRegistration reg) |
Object |
EurekaServiceRegistry.getStatus(EurekaRegistration registration) |
void |
EurekaServiceRegistry.register(EurekaRegistration reg) |
void |
EurekaServiceRegistry.setStatus(EurekaRegistration registration,
String status) |
| Constructor and Description |
|---|
EurekaAutoServiceRegistration(org.springframework.context.ApplicationContext context,
EurekaServiceRegistry serviceRegistry,
EurekaRegistration registration) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.