Interface representing the server response from the sendAll() and sendMulticast() methods.
sendAll()
sendMulticast()
The number of messages that resulted in errors when sending.
An array of responses, each corresponding to a message.
The number of messages that were successfully handed off for sending.
Generated using TypeDoc
Interface representing the server response from the
sendAll()andsendMulticast()methods.