类 ModuleConfig

    • 构造器详细资料

      • ModuleConfig

        public ModuleConfig()
      • ModuleConfig

        public ModuleConfig​(ModuleModel moduleModel)
      • ModuleConfig

        public ModuleConfig​(String name)
    • 方法详细资料

      • setName

        public void setName​(String name)
      • setVersion

        public void setVersion​(String version)
      • setOwner

        public void setOwner​(String owner)
      • setOrganization

        public void setOrganization​(String organization)
      • setRegistries

        public void setRegistries​(List<? extends RegistryConfig> registries)
      • setMonitor

        public void setMonitor​(String monitor)
      • getBackground

        public Boolean getBackground()
      • setBackground

        public void setBackground​(Boolean background)
        Whether start module in background. If start in backgound, do not await finish on Spring ContextRefreshedEvent.
        另请参阅:
        org.apache.dubbo.config.spring.context.DubboDeployApplicationListener
      • getReferThreadNum

        public Integer getReferThreadNum()
      • setReferThreadNum

        public void setReferThreadNum​(Integer referThreadNum)
      • getExportThreadNum

        public Integer getExportThreadNum()
      • setExportThreadNum

        public void setExportThreadNum​(Integer exportThreadNum)
      • getReferAsync

        public Boolean getReferAsync()
      • setReferAsync

        public void setReferAsync​(Boolean referAsync)
      • getExportAsync

        public Boolean getExportAsync()
      • setExportAsync

        public void setExportAsync​(Boolean exportAsync)