Java BookmakerSDK becomes Livedata SDK

Livedata SDK is a client library that enables easier integration with the Livescout XML feed. Our SDK exposes XML feed service interface in a user-friendly way and takes care of XML feed parsing, proper connection handling, error recovery, event queuing and dispatching for clients. It also makes the client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed version.

  • Livescout feed support. Obsolete feeds support removed
  • Change of namespaces from com.sportradar.sdk to com.sportradar.livedata.sdk
  • Java version updated from 7 to 11
  • Libraries updates to the lates versions available
  • Note- this is applied to Bookmaker SDK v1.25.0.0; there are no new features added

New version available in GitHub : https://github.com/sportradar/LivedataSdkJava

Java Bookmaker SDK (No longer be maintained after 01.07.2023)

Bookmaker SDK is a client library that enables easier integration with the Betradar XML feeds. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

For a quick start consider consulting the README.

Supported feeds & services

  • LiveScout
  • LiveOdds
  • Betpal
  • LivePlex
  • OddsCreator
  • Soccer Roulette
  • Life Cycle of Odds
  • Virtual Football League
  • Virtual Horse Classics
  • Virtual Dog Racing
  • Virtual Tennis Open
  • Virtual Basketball League
  • Virtual Football Cup

Features

  • Extensible with support for other/new XML feeds (LiveScore, etc.)
  • Reliable message delivery
  • Automatic feed connection handling
  • Automatic request rate limiting and throttling
  • Advanced logging and diagnostics
  • Low latency and high throughput event dispatching
  • Advanced event queuing and prioritization
  • Gracefully handles feed version upgrades
  • Well-documented SDK library data and operation contracts
  • Reference Live Odds, Live Scout and Life Cycle of Odds client implementations including source code

Benefits

  • Faster XML feed integration time
  • More user friendly interface with XML feed services
  • Better support from the Sportradar support team due to easier troubleshooting
  • Well tested out, reliable and stable solution