PubSubMessage
Represents a message in a PubSub context.
Properties
id
The id of this message.
channel
The channel in which this message was sent.
content
The content of this message.
publishedAt
The date and time at which this message was published.
meta
Any metadata associated to this message.
Example
Listening for PubSub messages and accessing PubSubMessage properties: