Modifier and Type | Class and Description |
---|---|
class |
SportEventCacheImpl
Implements methods used to access sport event data
|
Constructor and Description |
---|
SportEventStatusCacheImpl(com.google.common.cache.Cache<String,SportEventStatusCi> sportEventStatusCache,
SportEventCache sportEventCache,
com.google.common.cache.Cache<String,Date> ignoreEventsTimelineCache)
Initializes a new
SportEventStatusCacheImpl instance |
Modifier and Type | Method and Description |
---|---|
protected FeedMessageProcessor |
MessageProcessorPipeline.providesCacheMessageProcessor(SportEventStatusCache sportEventStatusCache,
SportEventCache sportEventCache,
ProcessedFixtureChangesTracker processedFixtureChangesTracker,
SdkProducerManager producerManager) |
protected SportEventStatusCache |
CachingModule.providesSportEventStatusCache(SportEventCache sportEventCache) |
Constructor and Description |
---|
SportEntityFactoryImpl(SportsDataCache sportsDataCache,
SportEventCache sportEventCache,
ProfileCache profileCache,
SportEventStatusFactory sportEventStatusFactory,
MappingTypeProvider mappingTypeProvider,
SdkInternalConfiguration oddsFeedConfiguration)
Initializes a new instance of the
SportEntityFactoryImpl |
Constructor and Description |
---|
BasicTournamentImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new
BasicTournamentImpl instance |
DrawImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
LotteryImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy) |
MatchImpl(Urn id,
Urn sportId,
SportEventCache sportEventCache,
SportEventStatusFactory statusFactory,
SportEntityFactory sportEntityFactory,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
MatchImpl |
SeasonImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new
SeasonImpl instance |
StageImpl(Urn id,
Urn sportId,
SportEventCache sportEventCache,
SportEventStatusFactory statusFactory,
SportEntityFactory sportEntityFactory,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of the
StageImpl |
TournamentImpl(Urn id,
Urn sportId,
List<Locale> locales,
SportEventCache sportEventCache,
SportEntityFactory sportEntityFactory,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new
TournamentImpl instance |
Constructor and Description |
---|
CacheMessageProcessor(SportEventStatusCache sportEventStatusCache,
SportEventCache sportEventCache,
ProcessedFixtureChangesTracker processedFixtureChangesTracker,
SdkProducerManager producerManager)
Initializes a new
CacheMessageProcessor instance |
Copyright © 2016–2025. All rights reserved.