Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ getTopic
Method
getTopic
packages/microservices/ctx-host/mqtt.context.ts:16–18 ·
view source on GitHub ↗
* Returns the name of the topic.
()
Source
from the content-addressed store, hash-verified
14
* Returns the name of the topic.
15
*/
16
getTopic() {
17
return
this.args[0];
18
}
19
20
/**
21
* Returns the reference to the original MQTT packet.
Callers
3
mqtt.context.spec.ts
File · 0.45
kafka.context.spec.ts
File · 0.45
getPublisher
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected