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 Details

    • EurekaServiceRegistry

      public EurekaServiceRegistry()
  • Method Details

    • register

      public void register(EurekaRegistration reg)
      Specified by:
      register in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
    • deregister

      public void deregister(EurekaRegistration reg)
      Specified by:
      deregister in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
    • setStatus

      public void setStatus(EurekaRegistration registration, String status)
      Specified by:
      setStatus in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
    • getStatus

      public Object getStatus(EurekaRegistration registration)
      Specified by:
      getStatus in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>
    • close

      public void close()
      Specified by:
      close in interface org.springframework.cloud.client.serviceregistry.ServiceRegistry<EurekaRegistration>