public interface EventRecoveryRequestIssuer
| Modifier and Type | Method and Description | 
|---|---|
Long | 
initiateEventOddsMessagesRecovery(Producer producer,
                                 Urn eventId)
Initiates a odds recovery procedure for the event associated with the provided  
Urn identifier on the requested Producer
 (The odds recovery procedure re-sends all odds for all markets for a sport event)
 Note: The event must be either EventStatus.NotStarted or EventStatus.Live | 
Long | 
initiateEventStatefulMessagesRecovery(Producer producer,
                                     Urn eventId)
Initiates a stateful recovery procedure for the event associated with the provided  
Urn identifier on the requested Producer
 (The stateful message recovery procedure re-sends all stateful-messages (BetSettlement, RollbackBetSettlement, BetCancel, UndoBetCancel) for a sport event)
 Note: The event can be up to 30 days in the past | 
Long initiateEventOddsMessagesRecovery(Producer producer, Urn eventId)
Urn identifier on the requested Producer
 (The odds recovery procedure re-sends all odds for all markets for a sport event)
 Note: The event must be either EventStatus.NotStarted or EventStatus.Liveproducer - the producer on which the recovery should be initializedeventId - the Urn identifier of the event for which the recovery is neededLong initiateEventStatefulMessagesRecovery(Producer producer, Urn eventId)
Urn identifier on the requested Producer
 (The stateful message recovery procedure re-sends all stateful-messages (BetSettlement, RollbackBetSettlement, BetCancel, UndoBetCancel) for a sport event)
 Note: The event can be up to 30 days in the pastproducer - the producer on which the recovery should be initializedeventId - the Urn identifier of the event for which the recovery is neededCopyright © 2016–2025. All rights reserved.