IMQRPCResponse interface
Response message data structure that a service replies with to handled requests.
Signature:
export interface IMQRPCResponse extends JsonObject
Extends: JsonObject
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
JsonObject | null |
The value the service method returned, as JSON. | ||
|
IMQRPCError | null |
| ||
|
The originating request, echoed back in full — method, arguments and metadata included. | |||
|
string |
Correlation identifier: the queue-assigned message id of the request this response answers. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.