Stellt eine Datennachricht mit der vollständigen Liste der Warteschlangen-IDs dar.
Konstruktor
QueueIds
new
QueueIds()
Attribute
itemIds
(Ungleich null Array mit Zahl oder nicht definiert)
Die Liste der Warteschlangenelement-IDs.
requestId
(Anzahl oder nicht definiert)
Die entsprechende Anfrage-ID.
sequenceNumber
(Anzahl oder nicht definiert)
Die Sequenz-ID der letzten Änderung der Warteschlange. Wird zur Koordinierung der Statussynchronisierung zwischen verschiedenen Absendern und Empfängern verwendet.
[null,null,["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["`cast.framework.messages.QueueIds` is a class representing a data message with a list of queue IDs."],["It includes properties for item IDs (`itemIds`), request ID (`requestId`), sequence number (`sequenceNumber`), and message type (`type`)."],["The `sequenceNumber` property helps synchronize state between senders and the receiver."]]],["The `QueueIds` class represents a data message containing queue information. It includes three key properties: `itemIds`, an array of queue item identifiers; `requestId`, the associated request identifier; and `sequenceNumber`, used for synchronizing queue state across senders and the receiver. It also includes a property `type` which is a messageType. The class constructor is `QueueIds()` and is used to create a new instance of the class.\n"]]