Uses of Class
com.alibaba.dubbo.config.model.ConsumerMethodModel

Packages that use ConsumerMethodModel
com.alibaba.dubbo.config.model   
 

Uses of ConsumerMethodModel in com.alibaba.dubbo.config.model
 

Methods in com.alibaba.dubbo.config.model that return ConsumerMethodModel
 ConsumerMethodModel ConsumerModel.getMethodModel(Method method)
          根据用户调用的方法对象,返回消费的方法模型
 

Methods in com.alibaba.dubbo.config.model that return types with arguments of type ConsumerMethodModel
 List<ConsumerMethodModel> ConsumerModel.getAllMethods()
          返回当前服务下的所有方法模型
 



Copyright © 2012–2017 Alibaba. All rights reserved.