RoutingMessage Class

Routing message.

Inheritance
RoutingMessage

Constructor

RoutingMessage(*, body: Optional[str] = None, app_properties: Optional[Dict[str, str]] = None, system_properties: Optional[Dict[str, str]] = None, **kwargs)

Variables

body
str

Body of routing message.

app_properties
dict[str, str]

App properties.

system_properties
dict[str, str]

System properties.