类 ConfigurableMetadataServiceExporter
- java.lang.Object
-
- org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter
-
- 所有已实现的接口:
Comparable<org.apache.dubbo.common.lang.Prioritized>,org.apache.dubbo.common.lang.Prioritized,MetadataServiceExporter
public class ConfigurableMetadataServiceExporter extends Object implements MetadataServiceExporter
MetadataServiceExporterimplementation based onDubbo configurations, the clients should make sure theApplicationConfig,RegistryConfigandProtocolConfigare ready beforeexport().Typically, do not worry about their ready status, because they are initialized before any
ServiceConfigexports, or The Dubbo export will be failed.Being aware of it's not a thread-safe implementation.
- 从以下版本开始:
- 2.7.5
- 另请参阅:
MetadataServiceExporter,ServiceConfig,ConfigManager
-
-
构造器概要
构造器 构造器 说明 ConfigurableMetadataServiceExporter(MetadataService metadataService)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ConfigurableMetadataServiceExporterexport()List<org.apache.dubbo.common.URL>getExportedURLs()booleanisExported()ConfigurableMetadataServiceExporterunexport()-
从接口继承的方法 org.apache.dubbo.metadata.MetadataServiceExporter
supports
-
-
-
-
构造器详细资料
-
ConfigurableMetadataServiceExporter
public ConfigurableMetadataServiceExporter(MetadataService metadataService)
-
-
方法详细资料
-
export
public ConfigurableMetadataServiceExporter export()
- 指定者:
export在接口中MetadataServiceExporter
-
unexport
public ConfigurableMetadataServiceExporter unexport()
- 指定者:
unexport在接口中MetadataServiceExporter
-
getExportedURLs
public List<org.apache.dubbo.common.URL> getExportedURLs()
- 指定者:
getExportedURLs在接口中MetadataServiceExporter
-
isExported
public boolean isExported()
- 指定者:
isExported在接口中MetadataServiceExporter
-
-