Uses of Interface
com.sportradar.unifiedodds.sdk.internal.caching.SportEventCache
Packages that use SportEventCache
Package
Description
-
Uses of SportEventCache in com.sportradar.unifiedodds.sdk.internal.caching.impl
Classes in com.sportradar.unifiedodds.sdk.internal.caching.impl that implement SportEventCacheModifier and TypeClassDescriptionclassImplements methods used to access sport event dataConstructors in com.sportradar.unifiedodds.sdk.internal.caching.impl with parameters of type SportEventCacheModifierConstructorDescriptionSportEventStatusCacheImpl(com.google.common.cache.Cache<String, SportEventStatusCi> sportEventStatusCache, SportEventCache sportEventCache, com.google.common.cache.Cache<String, Date> ignoreEventsTimelineCache) Initializes a newSportEventStatusCacheImplinstance -
Uses of SportEventCache in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di with parameters of type SportEventCacheModifier and TypeMethodDescriptionprotected FeedMessageProcessorMessageProcessorPipeline.providesCacheMessageProcessor(SportEventStatusCache sportEventStatusCache, SportEventCache sportEventCache, ProcessedFixtureChangesTracker processedFixtureChangesTracker, SdkProducerManager producerManager) protected SportEventStatusCacheCachingModule.providesSportEventStatusCache(SportEventCache sportEventCache) -
Uses of SportEventCache in com.sportradar.unifiedodds.sdk.internal.impl
Constructors in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type SportEventCacheModifierConstructorDescriptionSportEntityFactoryImpl(SportsDataCache sportsDataCache, SportEventCache sportEventCache, ProfileCache profileCache, SportEventStatusFactory sportEventStatusFactory, MappingTypeProvider mappingTypeProvider, SdkInternalConfiguration oddsFeedConfiguration) Initializes a new instance of theSportEntityFactoryImpl -
Uses of SportEventCache in com.sportradar.unifiedodds.sdk.internal.impl.entities
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.entities with parameters of type SportEventCacheModifierConstructorDescriptionBasicTournamentImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newBasicTournamentImplinstanceDrawImpl(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 theMatchImplSeasonImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newSeasonImplinstanceStageImpl(Urn id, Urn sportId, SportEventCache sportEventCache, SportEventStatusFactory statusFactory, SportEntityFactory sportEntityFactory, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a new instance of theStageImplTournamentImpl(Urn id, Urn sportId, List<Locale> locales, SportEventCache sportEventCache, SportEntityFactory sportEntityFactory, ExceptionHandlingStrategy exceptionHandlingStrategy) Initializes a newTournamentImplinstance -
Uses of SportEventCache in com.sportradar.unifiedodds.sdk.internal.impl.processing.pipeline
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.processing.pipeline with parameters of type SportEventCacheModifierConstructorDescriptionCacheMessageProcessor(SportEventStatusCache sportEventStatusCache, SportEventCache sportEventCache, ProcessedFixtureChangesTracker processedFixtureChangesTracker, SdkProducerManager producerManager) Initializes a newCacheMessageProcessorinstance