* This method is called when a socket notification arrives. * @param {string} notification The identifier of the notification. * @param {object} payload The payload of the notification.
(notification, payload)
| 50 | * @param {object} payload The payload of the notification. |
| 51 | */ |
| 52 | socketNotificationReceived (notification, payload) { |
| 53 | Log.log(`${this.name} received a socket notification: ${notification} - Payload: ${payload}`); |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * Set the module name. |