Class DefaultRegistration

  • All Implemented Interfaces:
    org.springframework.cloud.client.ServiceInstance, org.springframework.cloud.client.serviceregistry.Registration

    public class DefaultRegistration
    extends org.springframework.cloud.client.DefaultServiceInstance
    implements org.springframework.cloud.client.serviceregistry.Registration
    Default Registration
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    DefaultServiceInstance
    • Method Summary

      • Methods inherited from class org.springframework.cloud.client.DefaultServiceInstance

        equals, getHost, getInstanceId, getMetadata, getPort, getServiceId, getUri, getUri, hashCode, isSecure, setHost, setInstanceId, setPort, setServiceId, setUri, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.springframework.cloud.client.ServiceInstance

        getHost, getInstanceId, getMetadata, getPort, getScheme, getServiceId, getUri, isSecure
    • Constructor Detail

      • DefaultRegistration

        public DefaultRegistration()