MCPcopy
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

getPublisherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected