AI-generated Key Takeaways
-
The cast.framework.messages.QueueIds class represents a data message containing a full list of queue IDs.
-
Instances of this class can be created using the new QueueIds() constructor.
-
Key properties include
itemIds
(an array of queue item IDs),requestId
(the corresponding request ID),sequenceNumber
(for state synchronization), andtype
(the message type).
cast.framework.messages. QueueIds
Represents a data message containing the full list of queue IDs.
Constructor
QueueIds
new QueueIds()
Properties
itemIds
(non-null Array of number or undefined)
The list of queue item IDs.
requestId
(number or undefined)
The corresponding request ID.
sequenceNumber
(number or undefined)
The latest queue change sequence ID. Used to coordinate state synchronization between various senders and the receiver.
type
non-null cast.framework.messages.MessageType