| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.client.metadata |
| Modifier and Type | Method and Description |
|---|---|
List<DefaultServiceInstance.Endpoint> |
DefaultServiceInstance.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
DefaultServiceInstance |
DefaultServiceInstance.copyFrom(DefaultServiceInstance.Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServiceInstance.setEndpoints(List<DefaultServiceInstance.Endpoint> endpoints) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultServiceInstance.Endpoint |
ServiceInstanceMetadataUtils.getEndpoint(ServiceInstance serviceInstance,
String protocol)
Get the property value of port by the specified
the metadata of
service instance and protocol |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.