Uses of Class
org.apache.dubbo.config.ConsumerConfig
Packages that use ConsumerConfig
Package
Description
-
Uses of ConsumerConfig in org.apache.dubbo.config
Methods in org.apache.dubbo.config that return ConsumerConfigMethods in org.apache.dubbo.config with parameters of type ConsumerConfig -
Uses of ConsumerConfig in org.apache.dubbo.config.context
Methods in org.apache.dubbo.config.context that return types with arguments of type ConsumerConfigModifier and TypeMethodDescriptionModuleConfigManager.getConsumer(String id) ModuleConfigManager.getConsumers()ModuleConfigManager.getDefaultConsumer()Only allows one default ConsumerConfigMethods in org.apache.dubbo.config.context with parameters of type ConsumerConfigModifier and TypeMethodDescriptionvoidModuleConfigManager.addConsumer(ConsumerConfig consumerConfig) Method parameters in org.apache.dubbo.config.context with type arguments of type ConsumerConfigModifier and TypeMethodDescriptionvoidModuleConfigManager.addConsumers(Iterable<ConsumerConfig> consumerConfigs) -
Uses of ConsumerConfig in org.apache.dubbo.spring.boot.autoconfigure
Methods in org.apache.dubbo.spring.boot.autoconfigure that return ConsumerConfigMethods in org.apache.dubbo.spring.boot.autoconfigure that return types with arguments of type ConsumerConfigMethods in org.apache.dubbo.spring.boot.autoconfigure with parameters of type ConsumerConfigModifier and TypeMethodDescriptionvoidDubboConfigurationProperties.setConsumer(ConsumerConfig consumer) Method parameters in org.apache.dubbo.spring.boot.autoconfigure with type arguments of type ConsumerConfigModifier and TypeMethodDescriptionvoidDubboConfigurationProperties.setConsumers(Map<String, ConsumerConfig> consumers)