Interface LiveScoutUserRequestManager

All Superinterfaces:
UserRequestManager
All Known Implementing Classes:
LiveScoutUserRequestManagerImpl

public interface LiveScoutUserRequestManager extends UserRequestManager
Represents a manager used to explicitly retrieve data from live-odds server.
  • Method Details

    • getMatchList

      void getMatchList(int hoursBack, int hoursForward, boolean includeAvailable, Collection<Integer> sportIds, Collection<Long> matchIds, UUID requestId)
      Get a list of matches
      Parameters:
      hoursBack - - number of hours back (from current time)
      hoursForward - - number of hours forward (from current time)
      includeAvailable - - include also available matches (which you have not booked yet)
      sportIds - - filter by sports ids, nullable
      matchIds - - filter by matches ids, nullable
      requestId - - UUID to track matchlist request
    • requestServerTime

      void requestServerTime()
      Makes a server time request.