Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface representing the server response from the sendAll() and sendMulticast() methods.

Hierarchy

  • BatchResponse

Index

Properties

failureCount

failureCount: number

The number of messages that resulted in errors when sending.

responses

responses: SendResponse[]

An array of responses, each corresponding to a message.

successCount

successCount: number

The number of messages that were successfully handed off for sending.

Generated using TypeDoc