public class DataRouterManagerImpl extends Object implements DataRouterManager
Modifier and Type | Field and Description |
---|---|
static String |
TELEMETRY_TAG_KEY |
public static final String TELEMETRY_TAG_KEY
public void addUofExtListener(UofExtListener uofExtListener)
public void requestSummaryEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestSummaryEndpoint
in interface DataRouterManager
CommunicationException
public void requestFixtureEndpoint(Locale locale, Urn id, boolean useCachedProvider, CacheItem requester) throws CommunicationException
requestFixtureEndpoint
in interface DataRouterManager
CommunicationException
public void requestDrawSummary(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestDrawSummary
in interface DataRouterManager
CommunicationException
public void requestDrawFixture(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestDrawFixture
in interface DataRouterManager
CommunicationException
public void requestAllTournamentsForAllSportsEndpoint(Locale locale) throws CommunicationException
requestAllTournamentsForAllSportsEndpoint
in interface DataRouterManager
CommunicationException
public void requestAllSportsEndpoint(Locale locale) throws CommunicationException
requestAllSportsEndpoint
in interface DataRouterManager
CommunicationException
public List<Urn> requestAllLotteriesEndpoint(Locale locale, Boolean requireResult) throws CommunicationException
requestAllLotteriesEndpoint
in interface DataRouterManager
CommunicationException
public List<Urn> requestEventsFor(Locale locale, Urn tournamentId) throws CommunicationException
requestEventsFor
in interface DataRouterManager
CommunicationException
public List<Urn> requestLotterySchedule(Locale locale, Urn lotteryId, CacheItem requester) throws CommunicationException
requestLotterySchedule
in interface DataRouterManager
CommunicationException
public List<Urn> requestEventsFor(Locale locale, Date date) throws CommunicationException
requestEventsFor
in interface DataRouterManager
CommunicationException
public void requestPlayerProfileEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestPlayerProfileEndpoint
in interface DataRouterManager
CommunicationException
public void requestCompetitorEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestCompetitorEndpoint
in interface DataRouterManager
CommunicationException
public void requestSimpleTeamEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestSimpleTeamEndpoint
in interface DataRouterManager
CommunicationException
public List<Urn> requestSeasonsFor(Locale locale, Urn tournamentId) throws CommunicationException
requestSeasonsFor
in interface DataRouterManager
CommunicationException
public com.sportradar.uf.sportsapi.datamodel.SapiMatchTimelineEndpoint requestEventTimelineEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestEventTimelineEndpoint
in interface DataRouterManager
CommunicationException
public void requestSportCategoriesEndpoint(Locale locale, Urn id, CacheItem requester) throws CommunicationException
requestSportCategoriesEndpoint
in interface DataRouterManager
CommunicationException
public AvailableSelections requestAvailableSelections(Urn id) throws CommunicationException
requestAvailableSelections
in interface DataRouterManager
CommunicationException
public Calculation requestCalculateProbability(List<Selection> selections) throws CommunicationException
requestCalculateProbability
in interface DataRouterManager
CommunicationException
public CalculationFilter requestCalculateProbabilityFilter(List<Selection> selections) throws CommunicationException
requestCalculateProbabilityFilter
in interface DataRouterManager
CommunicationException
public List<FixtureChange> requestFixtureChanges(Date after, Urn sportId, Locale locale) throws CommunicationException
requestFixtureChanges
in interface DataRouterManager
CommunicationException
public List<ResultChange> requestResultChanges(Date after, Urn sportId, Locale locale) throws CommunicationException
requestResultChanges
in interface DataRouterManager
CommunicationException
public List<Urn> requestListSportEvents(Locale locale, int startIndex, int limit) throws CommunicationException
requestListSportEvents
in interface DataRouterManager
CommunicationException
public List<Urn> requestAvailableTournamentsFor(Locale locale, Urn sportId) throws CommunicationException
requestAvailableTournamentsFor
in interface DataRouterManager
CommunicationException
public List<PeriodStatus> requestPeriodSummary(Urn id, Locale locale, List<Urn> competitorIds, List<Integer> periods) throws CommunicationException
requestPeriodSummary
in interface DataRouterManager
CommunicationException
public void close()
close
in interface DataRouterManager
Copyright © 2016–2025. All rights reserved.