类的使用
org.apache.dubbo.config.ConsumerConfig
-
使用ConsumerConfig的程序包 程序包 说明 org.apache.dubbo.config org.apache.dubbo.config.context -
-
org.apache.dubbo.config中ConsumerConfig的使用
返回ConsumerConfig的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 ConsumerConfigReferenceConfigBase. getConsumer()参数类型为ConsumerConfig的org.apache.dubbo.config中的方法 修饰符和类型 方法 说明 voidReferenceConfigBase. setConsumer(ConsumerConfig consumer) -
org.apache.dubbo.config.context中ConsumerConfig的使用
返回变量类型为ConsumerConfig的类型的org.apache.dubbo.config.context中的方法 修饰符和类型 方法 说明 Optional<ConsumerConfig>ConfigManager. getConsumer(String id)Collection<ConsumerConfig>ConfigManager. getConsumers()Optional<ConsumerConfig>ConfigManager. getDefaultConsumer()Only allows one default ConsumerConfig参数类型为ConsumerConfig的org.apache.dubbo.config.context中的方法 修饰符和类型 方法 说明 voidConfigManager. addConsumer(ConsumerConfig consumerConfig)类型变量类型为ConsumerConfig的org.apache.dubbo.config.context中的方法参数 修饰符和类型 方法 说明 voidConfigManager. addConsumers(Iterable<ConsumerConfig> consumerConfigs)
-