public interface NettyRpcRequest
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs()
Parameters for this call
|
Class |
getInterfaceClass()
Get interface class
|
Method |
getMethod()
The method to call this time
|
NettyProperties |
getNettyProperties()
Yml configuration file
|
String |
getRequestMappingName()
The RequestMapping annotation is retrieved from the value field of the RequestMapping annotation.
|
String |
getServiceName()
It is obtained from the serviceName field annotated by the NettyRpcClient
|
Method getMethod()
Object[] getArgs()
String getServiceName()
String getRequestMappingName()
NettyProperties getNettyProperties()
Class getInterfaceClass()
Copyright © 2020. All rights reserved.