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

Method getRequestPattern

packages/microservices/client/client-mqtt.ts:52–54  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

50 }
51
52 public getRequestPattern(pattern: string): string {
53 return pattern;
54 }
55
56 public getResponsePattern(pattern: string): string {
57 return `${pattern}/reply`;

Callers 5

publishPacketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected