| Package | Description |
|---|---|
| org.apache.dubbo.metadata.report | |
| org.apache.dubbo.metadata.report.support |
| Modifier and Type | Method and Description |
|---|---|
default MetadataInfo |
MetadataReport.getAppMetadata(SubscriberMetadataIdentifier identifier,
Map<String,String> instanceMetadata) |
List<String> |
MetadataReport.getSubscribedURLs(SubscriberMetadataIdentifier subscriberMetadataIdentifier) |
default void |
MetadataReport.publishAppMetadata(SubscriberMetadataIdentifier identifier,
MetadataInfo metadataInfo)
Application Metadata -- START
|
void |
MetadataReport.saveSubscribedData(SubscriberMetadataIdentifier subscriberMetadataIdentifier,
Set<String> urls) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AbstractMetadataReport.getSubscribedURLs(SubscriberMetadataIdentifier subscriberMetadataIdentifier) |
void |
AbstractMetadataReport.saveSubscribedData(SubscriberMetadataIdentifier subscriberMetadataIdentifier,
Set<String> urls) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.