We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5104c53 commit 61f2d02Copy full SHA for 61f2d02
docs/content/user-guide/zh/cap/messaging.md
@@ -102,10 +102,10 @@ Body 中的数据为用户发送的原始消息内容,也就是调用 Publish
102
103
键 | 类型 | 说明
104
-- | --| --
105
-cap-msg-id | string | 消息Id, 由雪花算法生成,也可以是 guid
+cap-msg-id | long | 消息Id, 由雪花算法生成
106
cap-msg-name | string | 消息名称,即 Topic 名字
107
cap-msg-type | string | 消息的类型, 即 typeof(T).FullName (非必须)
108
-cap-senttime | stringg | 发送的时间 (非必须)
+cap-senttime | string | 发送的时间 (非必须)
109
110
以 Java 系统发送 RabbitMQ 为例:
111
0 commit comments