MethodName gets RPC invocation method name.
()
| 78 | |
| 79 | // MethodName gets RPC invocation method name. |
| 80 | func (r *RPCInvocation) MethodName() string { |
| 81 | return r.methodName |
| 82 | } |
| 83 | |
| 84 | // ActualMethodName gets actual invocation method name. It returns the method name been called if it's a generic call |
| 85 | func (r *RPCInvocation) ActualMethodName() string { |
no outgoing calls