Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
publish
Method · 0.95
client-mqtt.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected