RpcModule interface

The @imqueue/rpc default option singletons this instrumentation patches.

Signature:

export interface RpcModule 

Remarks

Both are optional because the resolved rpc module may predate them, or may not be the module the app actually uses. A missing singleton is skipped rather than treated as an error, so patching is best-effort: tracing goes quiet, the application keeps working.

Properties

Property

Modifiers

Type

Description

DEFAULT_IMQ_CLIENT_OPTIONS?

IMQCallHooks

(Optional) Default options every IMQClient starts from — the CLIENT-side hooks.

DEFAULT_IMQ_SERVICE_OPTIONS?

IMQCallHooks

(Optional) Default options every IMQService starts from — the SERVER-side hook.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.