Uses of Interface
com.sportradar.unifiedodds.sdk.internal.impl.TimeUtils
Packages that use TimeUtils
Package
Description
-
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.caching.markets
Constructors in com.sportradar.unifiedodds.sdk.internal.caching.markets with parameters of type TimeUtilsModifierConstructorDescriptionVariantMarketDescriptionCache(com.google.common.cache.Cache<String, MarketDescriptionCi> cache, DataProvider<com.sportradar.uf.sportsapi.datamodel.MarketDescriptions> dataProvider, MappingValidatorFactory mappingValidatorFactory, TimeUtils time, VariantMarketDescriptionCache.Config config, TelemetryFactory telemetryFactory) -
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.common.telemetry
Constructors in com.sportradar.unifiedodds.sdk.internal.common.telemetry with parameters of type TimeUtilsModifierConstructorDescriptionLatencyTracker(io.opentelemetry.api.metrics.LongHistogram histogram, io.opentelemetry.api.common.Attributes histogramTags, TimeUtils timeUtils) TelemetryFactory(Telemetry telemetry, TimeUtils timeUtils) -
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.di
Methods in com.sportradar.unifiedodds.sdk.internal.di with parameters of type TimeUtilsModifier and TypeMethodDescriptionprotected MarketDescriptionCacheCachingModule.provideVariantMarketDescriptionCache(SdkInternalConfiguration cfg, LogFastHttpDataFetcher httpDataFetcher, Deserializer deserializer, MappingValidatorFactory mappingFactory, TimeUtils timeUtils, TelemetryFactory telemetryFactory) -
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.impl
Classes in com.sportradar.unifiedodds.sdk.internal.impl that implement TimeUtilsConstructors in com.sportradar.unifiedodds.sdk.internal.impl with parameters of type TimeUtilsModifierConstructorDescriptionProducerManagerImpl(SdkInternalConfiguration configuration, ProducerDataProvider producerDataProvider, TimeUtils time) -
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.impl.markets
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.markets with parameters of type TimeUtilsModifierConstructorDescriptionNameProviderFactoryImpl(MarketDescriptionProvider descriptorProvider, ProfileCache profileCache, NameExpressionFactory expressionFactory, SdkInternalConfiguration cfg, TimeUtils time) -
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.impl.rabbitconnection
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.rabbitconnection with parameters of type TimeUtilsModifierConstructorDescriptionConfiguredConnectionFactory(com.rabbitmq.client.ConnectionFactory rabbitConnectionFactory, SdkInternalConfiguration config, String version, SdkConnectionStatusListener connectionStatusListener, ExecutorService dedicatedRabbitMqExecutor, TimeUtils timeUtils) RabbitMqChannelImpl(RabbitMqSystemListener rabbitMqSystemListener, WhoAmIReader whoAmIReader, String sdkVersion, AmqpConnectionFactory connectionFactory, TimeUtils timeUtils, Sleep sleep) Initializes a new instance of theRabbitMqChannelImplSingleInstanceAmqpConnectionFactory(ConfiguredConnectionFactory configuredConnectionFactory, SdkInternalConfiguration config, SdkConnectionStatusListener connectionStatusListener, WhoAmIReader whoAmIReader, FirewallChecker firewallChecker, TimeUtils timeUtils, SslProtocolsProvider sslProtocolsProvider) Initializes a new instance of theSingleInstanceAmqpConnectionFactoryclass -
Uses of TimeUtils in com.sportradar.unifiedodds.sdk.internal.impl.recovery
Constructors in com.sportradar.unifiedodds.sdk.internal.impl.recovery with parameters of type TimeUtilsModifierConstructorDescriptionSingleRecoveryManagerSupervisor(SdkInternalConfiguration config, SdkProducerManager producerManager, SdkProducerStatusListener producerStatusListener, SdkEventRecoveryStatusListener eventRecoveryStatusListener, SnapshotRequestManager snapshotRequestManager, SdkTaskScheduler taskScheduler, ScheduledExecutorService executorServices, HttpHelper httpHelper, FeedMessageFactory messageFactory, WhoAmIReader whoAmIReader, SequenceGenerator sequenceGenerator, TimeUtils timeUtils, TelemetryFactory usageTelemetryFactory)