public interface MetadataServiceExporter
MetadataServiceMetadataService,
export(),
unexport()| Modifier and Type | Method and Description |
|---|---|
MetadataServiceExporter |
export()
Exports the
MetadataService as a Dubbo service |
List<org.apache.dubbo.common.URL> |
getExportedURLs()
Get the
URLs that were exported |
boolean |
isExported()
MetadataService is export or not |
MetadataServiceExporter |
unexport()
Unexports the
MetadataService |
MetadataServiceExporter export()
MetadataService as a Dubbo serviceitselfMetadataServiceExporter unexport()
MetadataServiceitselfList<org.apache.dubbo.common.URL> getExportedURLs()
URLs that were exportedboolean isExported()
MetadataService is export or notexport() was executed, return true, or falseCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.