Package | Description |
---|---|
org.springframework.cloud.netflix.eureka | |
org.springframework.cloud.netflix.eureka.serviceregistry |
Modifier and Type | Method and Description |
---|---|
EurekaRegistration |
EurekaClientAutoConfiguration.eurekaRegistration(com.netflix.discovery.EurekaClient eurekaClient,
CloudEurekaInstanceConfig instanceConfig,
com.netflix.appinfo.ApplicationInfoManager applicationInfoManager) |
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 © 2017 Pivotal Software, Inc.. All rights reserved.