Global

Type Definitions

messageReceivedCallback(error, event)

Source:
Callback called when a subscribed message is received
Parameters:
Name Type Description
error object | null Error
event Event Event object containing message details
Properties
Name Type Description
data object Data received in the message
ack object Method to acknowledge the message
reject object Method to reject the message