@SPI(value="local")
public interface MetadataServiceExporter
extends org.apache.dubbo.common.lang.Prioritized
MetadataServiceMetadataService,
export(),
unexport()| 限定符和类型 | 方法和说明 |
|---|---|
MetadataServiceExporter |
export()
Exports the
MetadataService as a Dubbo service |
static MetadataServiceExporter |
getDefaultExtension()
Get the default extension of
MetadataServiceExporter |
List<org.apache.dubbo.common.URL> |
getExportedURLs()
Get the
URLs that were exported |
static MetadataServiceExporter |
getExtension(String metadataType)
Get the extension of
MetadataServiceExporter by the type. |
boolean |
isExported()
MetadataService is export or not |
default boolean |
supports(String metadataType)
Does current implementation support the specified metadata type?
|
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 falsedefault boolean supports(String metadataType)
metadataType - the specified metadata typetrue, or falsestatic MetadataServiceExporter getExtension(String metadataType)
MetadataServiceExporter by the type.
If not found, return the default implementationmetadataType - the metadata typestatic MetadataServiceExporter getDefaultExtension()
MetadataServiceExporterCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.