public class DestinoServiceRegistry extends java.lang.Object implements org.springframework.cloud.client.serviceregistry.ServiceRegistry<DestinoRegistration>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
deregister(DestinoRegistration registration) |
java.lang.String |
getStatus(DestinoRegistration registration) |
void |
register(DestinoRegistration registration) |
void |
setStatus(DestinoRegistration registration,
java.lang.String status) |
public void register(DestinoRegistration registration)
register 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<DestinoRegistration>public void deregister(DestinoRegistration registration)
deregister 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<DestinoRegistration>public void setStatus(DestinoRegistration registration, java.lang.String status)
setStatus 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<DestinoRegistration>public java.lang.String getStatus(DestinoRegistration registration)
getStatus 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<DestinoRegistration>public void close()
close 在接口中 org.springframework.cloud.client.serviceregistry.ServiceRegistry<DestinoRegistration>