public class BookingManagerImpl extends Object implements BookingManager
BookingManager
Modifier and Type | Method and Description |
---|---|
boolean |
bookLiveOddsEvent(Urn eventId)
Performs a request on the API which books the event associated with the provided
Urn identifier |
public boolean bookLiveOddsEvent(Urn eventId) throws CommunicationException
Urn
identifierbookLiveOddsEvent
in interface BookingManager
eventId
- the Urn
identifier of the event which needs to be bookedtrue
if the booking was successful; otherwise false
CommunicationException
Copyright © 2016–2025. All rights reserved.