public class EurekaServiceRegistry extends Object implements org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
| Constructor and Description |
|---|
EurekaServiceRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deregister(EurekaRegistration reg) |
Object |
getStatus(EurekaRegistration registration) |
void |
register(EurekaRegistration reg) |
void |
setStatus(EurekaRegistration registration,
String status) |
public void register(EurekaRegistration reg)
register in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>public void deregister(EurekaRegistration reg)
deregister in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>public void setStatus(EurekaRegistration registration, String status)
setStatus in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>public Object getStatus(EurekaRegistration registration)
getStatus in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>public void close()
close in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>Copyright © 2022 Pivotal Software, Inc.. All rights reserved.