RoutingMessage interface
路由消息
属性
app |
应用属性 |
body | 路由消息正文 |
system |
系统属性 |
属性详细信息
appProperties
应用属性
appProperties?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
body
路由消息正文
body?: string
属性值
string
systemProperties
系统属性
systemProperties?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}