public interface DubboMetadataService
The interface contract's version must be VERSION constant and group must be
current Dubbo application name.
| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION
Current version of the interface contract.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAllExportedURLs()
Get all exported Dubbo's
URLs Map whose key is the return value
of URL.getServiceKey() method and value is the json content of
List<URL> of URLs. |
Set<String> |
getAllServiceKeys()
Get all exported
service keys. |
String |
getExportedURLs(String serviceInterface,
String group,
String version)
Get the json content of an exported List of
URLs by the
serviceInterface, group and version. |
String |
getServiceRestMetadata()
Get the json content of
ServiceRestMetadata Set. |
static final String VERSION
String getServiceRestMetadata()
ServiceRestMetadata Set.null if presentSet<String> getAllServiceKeys()
service keys.SetMap<String,String> getAllExportedURLs()
URLs Map whose key is the return value
of URL.getServiceKey() method and value is the json content of
List<URL> of URLs.MapString getExportedURLs(String serviceInterface, String group, String version)
URLs by the
serviceInterface, group and version.serviceInterface - The class name of service interfacegroup - the service group (optional)version - the service version (optional)~ListURLCopyright © 2021 Pivotal Software, Inc.. All rights reserved.