(pattern: string)
| 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)); |
no outgoing calls
no test coverage detected