Uses of Class
com.alibaba.dubbo.config.ProviderConfig

Packages that use ProviderConfig
com.alibaba.dubbo.config   
 

Uses of ProviderConfig in com.alibaba.dubbo.config
 

Methods in com.alibaba.dubbo.config that return ProviderConfig
 ProviderConfig ServiceConfig.getProvider()
           
 

Methods in com.alibaba.dubbo.config that return types with arguments of type ProviderConfig
 List<ProviderConfig> ServiceConfig.getProviders()
          Deprecated. Replace to getProtocols()
 

Methods in com.alibaba.dubbo.config with parameters of type ProviderConfig
 void ServiceConfig.setProvider(ProviderConfig provider)
           
 

Method parameters in com.alibaba.dubbo.config with type arguments of type ProviderConfig
 void ServiceConfig.setProviders(List<ProviderConfig> providers)
          Deprecated. Replace to setProtocols()
 



Copyright © 2012–2017 Alibaba. All rights reserved.