Uses of Interface
com.sportradar.unifiedodds.sdk.oddsentities.Producer
Packages that use Producer
Package
Description
-
Uses of Producer in com.sportradar.unifiedodds.sdk
Methods in com.sportradar.unifiedodds.sdk with parameters of type ProducerModifier and TypeMethodDescriptionbooleanMessageInterest.isProducerInScope(Producer producer) Returns an indication if the providedProduceris in the message interest scopeMethod parameters in com.sportradar.unifiedodds.sdk with type arguments of type Producer -
Uses of Producer in com.sportradar.unifiedodds.sdk.cfg
Methods in com.sportradar.unifiedodds.sdk.cfg that return types with arguments of type ProducerModifier and TypeMethodDescriptionUofProducerConfiguration.getProducers()Get the list of available producers for provided access token -
Uses of Producer in com.sportradar.unifiedodds.sdk.internal.cfg
Methods in com.sportradar.unifiedodds.sdk.internal.cfg that return types with arguments of type ProducerMethod parameters in com.sportradar.unifiedodds.sdk.internal.cfg with type arguments of type ProducerModifier and TypeMethodDescriptionvoidUofProducerConfigurationImpl.setAvailableProducers(List<Producer> producers) -
Uses of Producer in com.sportradar.unifiedodds.sdk.internal.impl
Classes in com.sportradar.unifiedodds.sdk.internal.impl that implement ProducerMethods in com.sportradar.unifiedodds.sdk.internal.impl that return ProducerMethods in com.sportradar.unifiedodds.sdk.internal.impl that return types with arguments of type ProducerModifier and TypeMethodDescriptionProducerManagerImpl.getActiveProducers()ProducerManagerImpl.getAvailableProducers() -
Uses of Producer in com.sportradar.unifiedodds.sdk.internal.impl.markets
Methods in com.sportradar.unifiedodds.sdk.internal.impl.markets with parameters of type ProducerModifier and TypeMethodDescriptionMarketManagerImpl.getMarketMapping(int marketId, Producer producer) MarketManagerImpl.getMarketMapping(int marketId, Map<String, String> specifiers, Producer producer) -
Uses of Producer in com.sportradar.unifiedodds.sdk.internal.impl.recovery
Methods in com.sportradar.unifiedodds.sdk.internal.impl.recovery with parameters of type ProducerModifier and TypeMethodDescriptionRecoveryManagerImpl.initiateEventOddsMessagesRecovery(Producer producer, Urn eventId) RecoveryManagerImpl.initiateEventStatefulMessagesRecovery(Producer producer, Urn eventId) -
Uses of Producer in com.sportradar.unifiedodds.sdk.managers
Methods in com.sportradar.unifiedodds.sdk.managers that return ProducerModifier and TypeMethodDescriptionProducerManager.getProducer(int id) Returns the requestedProducerMethods in com.sportradar.unifiedodds.sdk.managers that return types with arguments of type ProducerModifier and TypeMethodDescriptionProducerManager.getActiveProducers()Returns aMapof activated producers for the provided access tokenProducerManager.getAvailableProducers()Returns aMapof all the available Sportradar producersMethods in com.sportradar.unifiedodds.sdk.managers with parameters of type ProducerModifier and TypeMethodDescriptionMarketDescriptionManager.getMarketMapping(int marketId, Producer producer) Returns a list of available mappings for the provided marketId/producer combinationMarketDescriptionManager.getMarketMapping(int marketId, Map<String, String> specifiers, Producer producer) Returns a list of available market mappings(including possible variant mappings) for the provided marketId/producer combinationEventRecoveryRequestIssuer.initiateEventOddsMessagesRecovery(Producer producer, Urn eventId) Initiates a odds recovery procedure for the event associated with the providedUrnidentifier on the requestedProducer(The odds recovery procedure re-sends all odds for all markets for a sport event) Note: The event must be eitherEventStatus.NotStartedorEventStatus.LiveEventRecoveryRequestIssuer.initiateEventStatefulMessagesRecovery(Producer producer, Urn eventId) Initiates a stateful recovery procedure for the event associated with the providedUrnidentifier on the requestedProducer(The stateful message recovery procedure re-sends all stateful-messages (BetSettlement, RollbackBetSettlement, BetCancel, UndoBetCancel) for a sport event) Note: The event can be up to 30 days in the past -
Uses of Producer in com.sportradar.unifiedodds.sdk.oddsentities
Methods in com.sportradar.unifiedodds.sdk.oddsentities that return ProducerModifier and TypeMethodDescriptionMessage.getProducer()Returns theProducerthat generated this messageUnparsableMessage.getProducer()Returns theProducerthat generated this message.