类 ConsumerModel


  • public class ConsumerModel
    extends Object
    • 方法详细资料

      • getMetadata

        public ReferenceConfig getMetadata()
        Return service metadata for consumer
        返回:
        service metadata
      • getProxyObject

        public Object getProxyObject()
      • getMethodModel

        public ConsumerMethodModel getMethodModel​(Method method)
        Return method model for the given method on consumer side
        参数:
        method - method object
        返回:
        method model
      • getAllMethods

        public List<ConsumerMethodModel> getAllMethods()
        Return all method models for the current service
        返回:
        method model list
      • getServiceName

        public String getServiceName()