hufeng commented on issue #195: dubbo-js不支持后端java的重载方法 URL: https://github.com/apache/dubbo-js/issues/195#issuecomment-571562119 @liqian008 所有的参数都是hession化的,推荐使用import {java} from 'dubbo-js', 对数据进行包装,这样底层的方法不关心有几个参数,就是把参数全部传递给后端dubbo,另外如果使用我们的翻译器会自动生成这部分代码。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
