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}