Home > @imqueue/rpc > IMQRPCResponse

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

data

JsonObject | null

error

IMQRPCError | null

request

IMQRPCRequest

to

string