IMQLockMetadataItem interface

Diagnostic description of a locked call.

Signature:

export interface IMQLockMetadataItem 

Remarks

Used only to enrich the deadlock-timeout error message. Values that cannot be serialized degrade to a placeholder rather than failing.

Properties

Property

Modifiers

Type

Description

args

any[]

Arguments the locked method was called with.

className

string

Name of the class whose method holds the lock.

methodName

string | symbol

Name of the locked method.

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