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

Method getResponsePattern

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

Source from the content-addressed store, hash-verified

54 }
55
56 public getResponsePattern(pattern: string): string {
57 return `${pattern}/reply`;
58 }
59
60 public async close() {
61 if (this.mqttClient) {

Callers 2

publishMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected