MqttContext
class MqttContext extends BaseRpcContext {
constructor(args: MqttContextArgs)
getTopic()
getPacket()
// inherited from nest/packages/microservices/BaseRpcContext
constructor(args: T)
protected args: T
getArgs(): T
getArgByIndex(index: number)
}
Constructor
Methods
getTopic() |
---|
Returns the name of the topic. |
ParametersThere are no parameters. |
getPacket() |
---|
Returns the reference to the original MQTT packet. |
ParametersThere are no parameters. |