DomainResponse¶
Purpose¶
A response returned to a DomainRequest.
Reception¶
- Router \(\to\) DomainResponse \(\to\) DomainRouting
- DomainRouting \(\to\) DomainResponse \(\to\) DomainRouting
- DomainRouting \(\to\) DomainResponse \(\to\) Router
Structure¶
Field | Type | Description |
---|---|---|
domain |
ExternalIdentity | External identity of domain |
src |
ExternalIdentity | External identity of sender |
dst |
ExternalIdentity | External identity of recipient |
path |
Vec |
Reverse path of the corresponding DomainRequest |
protocol |
Protocol | Protocol & version used in body |
body |
Vec |
Serialized message body. |