send() function
Sends IMQ response with support of after call optional hook
Signature:
export declare function send(request: IMQRPCRequest, response: IMQRPCResponse, service: IMQService): Promise<string>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
request |
from message identifier | |
|
response |
response to send | |
|
service |
imq service to bind |
Returns:
Promise<string>
send result message identifier
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.