public class RpcServiceContext extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
callerAppName
target appName
|
protected String |
callerUrl
target url
|
protected String |
methodName
service invoke method
|
protected String |
rpcId |
protected String |
serviceName
service unique name
|
protected String |
traceId |
| 构造器和说明 |
|---|
RpcServiceContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCallerAppName() |
String |
getCallerUrl() |
String |
getMethodName() |
String |
getRpcId() |
String |
getServiceName() |
String |
getTraceId() |
void |
setCallerAppName(String callerAppName) |
void |
setCallerUrl(String callerUrl) |
void |
setMethodName(String methodName) |
void |
setRpcId(String rpcId) |
void |
setServiceName(String serviceName) |
void |
setTraceId(String traceId) |
protected String traceId
protected String rpcId
protected String methodName
protected String serviceName
protected String callerAppName
protected String callerUrl
public String getMethodName()
public void setMethodName(String methodName)
public String getServiceName()
public void setServiceName(String serviceName)
public String getTraceId()
public void setTraceId(String traceId)
public String getRpcId()
public void setRpcId(String rpcId)
public String getCallerAppName()
public void setCallerAppName(String callerAppName)
public String getCallerUrl()
public void setCallerUrl(String callerUrl)
Copyright © 2008–2018 The Ant Financial. All rights reserved.