Channel Message
The ChannelMessageEvent
is used to monitor internal channel messages in the Cloud. You can send and receive channel messages to services through the API and process them there.
Methods
getServiceIdFrom()
Returns the service ID from which the message originates.getServiceIdTo()
Returns the service ID to which the message should be sent.getChannel()
Returns the channel that was specified during the sending.getMessage()
Returns the message that was sent.
Code example
Last updated