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

Method getReplyPattern

packages/microservices/server/server-mqtt.ts:260–262  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

258 }
259
260 public getReplyPattern(pattern: string): string {
261 return `${pattern}/reply`;
262 }
263
264 public registerErrorListener(client: MqttClient) {
265 client.on(MqttEventsMap.ERROR, (err: unknown) => this.logger.error(err));

Callers 4

getPublisherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected