Class EurekaServiceRegistry
java.lang.Object
org.springframework.cloud.netflix.eureka.serviceregistry.EurekaServiceRegistry
- All Implemented Interfaces:
org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
public class EurekaServiceRegistry
extends Object
implements org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
- Author:
- Spencer Gibb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidgetStatus(EurekaRegistration registration) voidvoidsetStatus(EurekaRegistration registration, String status)
-
Constructor Details
-
EurekaServiceRegistry
public EurekaServiceRegistry()
-
-
Method Details
-
register
- Specified by:
registerin interfaceorg.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
-
deregister
- Specified by:
deregisterin interfaceorg.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
-
setStatus
- Specified by:
setStatusin interfaceorg.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
-
getStatus
- Specified by:
getStatusin interfaceorg.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
-
close
public void close()- Specified by:
closein interfaceorg.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
-