IMQRPCDescription class

Process-global registry of RPC metadata gathered by the decorators.

Signature:

export declare class IMQRPCDescription 

Remarks

Not instantiable and has no instance members — the two static maps are the whole API. expose() populates serviceDescription; property() and indexed() populate typesDescription. A service's describe() reads both to build the description it serves to clients, which is what the client generator consumes.

Properties

Property

Modifiers

Type

Description

serviceDescription

static

ServiceDescription

All classes that declare exposed methods, keyed by class name (not service name).

typesDescription

static

TypesDescription

All complex types registered via property() or indexed(), keyed by class name.

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