Class DefaultRegistration
java.lang.Object
org.springframework.cloud.client.DefaultServiceInstance
io.microsphere.spring.cloud.client.service.registry.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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.cloud.client.DefaultServiceInstance
equals, getHost, getInstanceId, getMetadata, getPort, getServiceId, getUri, getUri, hashCode, isSecure, setHost, setInstanceId, setPort, setSecure, setServiceId, setUri, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.cloud.client.ServiceInstance
getHost, getInstanceId, getMetadata, getPort, getScheme, getServiceId, getUri, isSecure
-
Constructor Details
-
DefaultRegistration
public DefaultRegistration()
-