public class ConfigurableMetadataServiceExporter extends AbstractMetadataServiceExporter
MetadataServiceExporter implementation based on Dubbo configurations, the clients
should make sure the ApplicationConfig, RegistryConfig and ProtocolConfig are ready before
AbstractMetadataServiceExporter.export().
Typically, do not worry about their ready status, because they are initialized before
any ServiceConfig exports, or The Dubbo export will be failed.
Being aware of it's not a thread-safe implementation.
MetadataServiceExporter,
ServiceConfig,
ConfigManagerCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| 构造器和说明 |
|---|
ConfigurableMetadataServiceExporter() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<URL> |
getExportedURLs()
Get the
URLs that were exported |
int |
getPriority()
Get the priority
|
boolean |
isExported()
MetadataService is export or not |
export, getMetadataService, supports, unexportgetDefaultExtension, getExtensioncompareTopublic List<URL> getExportedURLs()
MetadataServiceExporterURLs that were exportedgetExportedURLs 在接口中 MetadataServiceExportergetExportedURLs 在类中 AbstractMetadataServiceExporterpublic boolean isExported()
MetadataServiceExporterMetadataService is export or notisExported 在接口中 MetadataServiceExporterisExported 在类中 AbstractMetadataServiceExporterMetadataServiceExporter.export() was executed, return true, or falsepublic int getPriority()
PrioritizedgetPriority 在接口中 PrioritizedgetPriority 在类中 AbstractMetadataServiceExporterminimum oneCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.