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

IMQRPCRequest

from message identifier

response

IMQRPCResponse

response to send

service

IMQService

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.