acknowledge Backfill
open suspend override fun acknowledgeBackfill(backfillId: String, assignment: Messages.Assignment): Frontend.AcknowledgeBackfillResponse(source)
Notifies Open Match about the Assignment or address information of the respective game server. This starts the assignment process and searches for tickets that can be assigned to this Backfill. The retrieved tickets are included in the return value and can be connected to the corresponding server. If the corresponding Backfill does not exist, a NoSuchElementException is thrown.
Return
The status message for the notification of backfill acknowledgement.
Parameters
backfill Id
The identifier of the Backfill whose Assignment should be acknowledged.
assignment
The Assignment of the game server to be acknowledged for the Backfill.
See also
Throws
If no Backfill with this identifier can be found.