onMessageReceived

abstract fun onMessageReceived(message: PubSubMessage)

Called when a new message is received on the subscribed topic.

Parameters

message

the PubSubMessage containing the message payload, sender info, topic, and timestamp