dubbo请求报文实例:
=============================================
Request [
    id=6723668, // 消息ID,Long类型
    version=2.0.0,
    twoway=true,
    event=false,
    broken=false,
    data=RpcInvocation [
        methodName=trans,
        parameterTypes=[class com.xxx.payment.gateway.front.api.dto.FrontTransRequest],
        arguments=[FrontTransRequest{}],
        attachments={
            path=com.xxxx.payment.gateway.front.api.service.FrontTransFacade,
            owner=null,
            interface=com.xxxx.payment.gateway.front.api.service.FrontTransFacade,
            consumer=100001111,
            timeout=10000,
            version=0.0.0,
        }
    ]
]

  

相关文章:

  • 2022-02-25
  • 2021-07-05
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
猜你喜欢
  • 2021-07-02
  • 2021-09-16
  • 2021-12-12
  • 2021-12-16
  • 2021-10-14
  • 2022-01-13
相关资源
相似解决方案