类 ConfigurableMetadataServiceExporter

  • 所有已实现的接口:
    Comparable<org.apache.dubbo.common.lang.Prioritized>, org.apache.dubbo.common.lang.Prioritized, MetadataServiceExporter

    public class ConfigurableMetadataServiceExporter
    extends Object
    implements MetadataServiceExporter
    MetadataServiceExporter implementation based on Dubbo configurations, the clients should make sure the ApplicationConfig, RegistryConfig and ProtocolConfig are ready before 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.

    从以下版本开始:
    2.7.5
    另请参阅:
    MetadataServiceExporter, ServiceConfig, ConfigManager