| Package | Description |
|---|---|
| org.apache.dubbo.metadata |
| Modifier and Type | Method and Description |
|---|---|
MetadataInfo.ServiceInfo |
MetadataInfo.getNoProtocolServiceInfo(String serviceKeyWithoutProtocol)
Get service infos of an interface with specified group, version.
|
MetadataInfo.ServiceInfo |
MetadataInfo.getServiceInfo(String protocolServiceKey)
Get service info of an interface with specified group, version and protocol
|
MetadataInfo.ServiceInfo |
MetadataInfo.getValidServiceInfo(String serviceKey) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MetadataInfo.ServiceInfo> |
MetadataInfo.getServices() |
| Constructor and Description |
|---|
MetadataInfo(String app,
String revision,
Map<String,MetadataInfo.ServiceInfo> services) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.