@SPI(value="local") public interface MetadataServiceExporter extends Prioritized
MetadataServiceMetadataService,
export(),
unexport()COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| 限定符和类型 | 方法和说明 |
|---|---|
MetadataServiceExporter |
export()
Exports the
MetadataService as a Dubbo service |
static MetadataServiceExporter |
getDefaultExtension()
Get the default extension of
MetadataServiceExporter |
List<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 |
compareTo, getPriorityMetadataServiceExporter export()
MetadataService as a Dubbo serviceitselfMetadataServiceExporter unexport()
MetadataServiceitselfboolean 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–2021 The Apache Software Foundation. All rights reserved.