| 方法和说明 |
|---|
| com.alibaba.dubbo.rpc.RpcContext.getInvocation()
Replace to getMethodName(), getParameterTypes(), getArguments()
|
| com.alibaba.dubbo.rpc.RpcContext.getInvoker()
Replace to getUrl()
|
| com.alibaba.dubbo.rpc.RpcContext.getInvokers()
Replace to getUrls()
|
| com.alibaba.dubbo.rpc.RpcContext.isClientSide()
Replace to isConsumerSide()
|
| com.alibaba.dubbo.rpc.RpcContext.isServerSide()
Replace to isProviderSide()
|
Copyright © 2016. All rights reserved.