Search
Preparing search index...
The search index is not available
@imqueue/rpc
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
IMQRPCResponse
Interface IMQRPCResponse
Response message data structure, which service replies to handled requests.
Hierarchy
IJson
IMQRPCResponse
Indexable
[
name:
string
]:
number
|
string
|
boolean
|
null
|
IJson
|
any
|
number
[]
|
string
[]
|
boolean
[]
|
null
[]
|
IJson
[]
|
any
[]
Response message data structure, which service replies to handled requests.
Index
Properties
data
error
request
to
Properties
data
data
:
IJson
|
null
error
error
:
IMQRPCError
|
null
request
request
:
IMQRPCRequest
to
to
:
string
Globals
IMQRPCResponse
data
error
request
to
Response message data structure, which service replies to handled requests.