Add alibaba RpcContext getInvocation compact (#12416)
This commit is contained in:
parent
c7bc74557c
commit
581defa2b4
|
|
@ -305,6 +305,10 @@ public class RpcContext {
|
|||
return newRpcContext.get(key);
|
||||
}
|
||||
|
||||
public Invocation getInvocation() {
|
||||
return new Invocation.CompatibleInvocation(newRpcContext.getInvocation());
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public boolean isServerSide() {
|
||||
return isProviderSide();
|
||||
|
|
|
|||
Loading…
Reference in New Issue