MCPcopy
hub / github.com/nestjs/nest / MessageMappingProperties

Interface MessageMappingProperties

packages/websockets/gateway-metadata-explorer.ts:15–20  ·  packages/websockets/gateway-metadata-explorer.ts::MessageMappingProperties

Source from the content-addressed store, hash-verified

13import { ContextUtils } from class="st">'@nestjs/core/helpers/context-utils';
14
15export interface MessageMappingProperties {
16 message: any;
17 methodName: string;
18 callback: (...args: any[]) => Observable<any> | Promise<any>;
19 isAckHandledManually: boolean;
20}
21
22export class GatewayMetadataExplorer {
23 private readonly contextUtils = new ContextUtils();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected