类 ReferenceConfig<T>

    • 字段详细资料

      • logger

        public static final Logger logger
    • 构造器详细资料

      • ReferenceConfig

        public ReferenceConfig()
      • ReferenceConfig

        public ReferenceConfig​(Reference reference)
    • 方法详细资料

      • getSubscribedServices

        @Deprecated
        @Parameter(excluded=true)
        public Set<String> getSubscribedServices()
        已过时。
        It's an alias method for getServices(), but the more convenient.
        返回:
        the String List presenting the Dubbo interface subscribed
        从以下版本开始:
        2.7.8
      • setServices

        public void setServices​(String services)
        Set the service names that the Dubbo interface subscribed.
        参数:
        services - If it is a multiple-values, the content will be a comma-delimited String.
        从以下版本开始:
        2.7.8
      • init

        public void init()
      • checkAndUpdateSubConfigs

        public void checkAndUpdateSubConfigs()
        This method should be called right after the creation of this class's instance, before any property in other config modules is used. Check each config modules are created properly and override their properties if necessary.
      • setBootstrap

        public void setBootstrap​(DubboBootstrap bootstrap)