接口的使用
org.apache.dubbo.metadata.MetadataServiceExporter
-
使用MetadataServiceExporter的程序包 程序包 说明 org.apache.dubbo.config.metadata org.apache.dubbo.metadata -
-
org.apache.dubbo.config.metadata中MetadataServiceExporter的使用
实现MetadataServiceExporter的org.apache.dubbo.config.metadata中的类 修饰符和类型 类 说明 classConfigurableMetadataServiceExporterMetadataServiceExporterimplementation based onDubbo configurations, the clients should make sure theApplicationConfig,RegistryConfigandProtocolConfigare ready beforeConfigurableMetadataServiceExporter.export(). -
org.apache.dubbo.metadata中MetadataServiceExporter的使用
返回MetadataServiceExporter的org.apache.dubbo.metadata中的方法 修饰符和类型 方法 说明 MetadataServiceExporterMetadataServiceExporter. export()Exports theMetadataServiceas a Dubbo servicestatic MetadataServiceExporterMetadataServiceExporter. getDefaultExtension()Get the default extension ofMetadataServiceExporterstatic MetadataServiceExporterMetadataServiceExporter. getExtension(String metadataType)Get the extension ofMetadataServiceExporterby the type.MetadataServiceExporterMetadataServiceExporter. unexport()Unexports theMetadataService
-