You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RpcInvocation adds returnType assignment in initParameterDesc.
In many scenarios, we directly pass in the serviceName and then parse the Method, but need to manually set the returnType. Now add the returnType processing in org.apache.dubbo.rpc.RpcInvocation#initParameterDesc to simplify the operation.
The text was updated successfully, but these errors were encountered:
xiaoheng1
added a commit
to xiaoheng1/incubator-dubbo
that referenced
this issue
May 12, 2021
movitation:
RpcInvocation adds returnType assignment in initParameterDesc.
In many scenarios, we directly pass in the serviceName and then parse the Method, but need to manually set the returnType. Now add the returnType processing in org.apache.dubbo.rpc.RpcInvocation#initParameterDesc to simplify the operation.
The text was updated successfully, but these errors were encountered: