Record
broker-message
A message sent to or received from a broker
record broker-message {
subject: string,
body: list<u8>,
reply-to: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| subject | string | |
| body | list<u8> | |
| reply-to | option<string> |
A message sent to or received from a broker
record broker-message {
subject: string,
body: list<u8>,
reply-to: option<string>,
}| Name | Type | Description |
|---|---|---|
| subject | string | |
| body | list<u8> | |
| reply-to | option<string> |