类 ConsumerModel


  • public class ConsumerModel
    extends 
    • 构造器详细资料

      • ConsumerModel

        public ConsumerModel​( serviceName,
                             ReferenceConfig metadata,
                              proxyObject,
                             [] methods)
    • 方法详细资料

      • getMetadata

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

        public  getProxyObject()
      • getMethodModel

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

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

        public  getServiceName()