Modifier and Type | Method and Description |
---|---|
boolean |
MessageInterest.isProducerInScope(Producer producer)
Returns an indication if the provided
Producer is in the message interest scope |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
MessageInterest.getPossibleSourceProducers(Map<Integer,Producer> availableProducers)
Returns the producer ids that generate this specific message interest
|
Modifier and Type | Method and Description |
---|---|
List<Producer> |
UofProducerConfiguration.getProducers()
Get the list of available producers for provided access token
|
Modifier and Type | Method and Description |
---|---|
List<Producer> |
UofProducerConfigurationImpl.getProducers() |
Modifier and Type | Method and Description |
---|---|
void |
UofProducerConfigurationImpl.setAvailableProducers(List<Producer> producers) |
Modifier and Type | Class and Description |
---|---|
class |
ProducerImpl |
Modifier and Type | Method and Description |
---|---|
Producer |
ProducerManagerImpl.getProducer(int id) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Producer> |
ProducerManagerImpl.getActiveProducers() |
Map<Integer,Producer> |
ProducerManagerImpl.getAvailableProducers() |
Modifier and Type | Method and Description |
---|---|
List<MarketMappingData> |
MarketManagerImpl.getMarketMapping(int marketId,
Map<String,String> specifiers,
Producer producer) |
List<MarketMappingData> |
MarketManagerImpl.getMarketMapping(int marketId,
Producer producer) |
Modifier and Type | Method and Description |
---|---|
Long |
RecoveryManagerImpl.initiateEventOddsMessagesRecovery(Producer producer,
Urn eventId) |
Long |
RecoveryManagerImpl.initiateEventStatefulMessagesRecovery(Producer producer,
Urn eventId) |
Modifier and Type | Method and Description |
---|---|
Producer |
ProducerManager.getProducer(int id)
Returns the requested
Producer |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Producer> |
ProducerManager.getActiveProducers()
Returns a
Map of activated producers for the provided access token |
Map<Integer,Producer> |
ProducerManager.getAvailableProducers()
Returns a
Map of all the available Sportradar producers |
Modifier and Type | Method and Description |
---|---|
List<MarketMappingData> |
MarketDescriptionManager.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 combination
|
List<MarketMappingData> |
MarketDescriptionManager.getMarketMapping(int marketId,
Producer producer)
Returns a list of available mappings for the provided marketId/producer combination
|
Long |
EventRecoveryRequestIssuer.initiateEventOddsMessagesRecovery(Producer producer,
Urn eventId)
Initiates a odds recovery procedure for the event associated with the provided
Urn identifier on the requested Producer
(The odds recovery procedure re-sends all odds for all markets for a sport event)
Note: The event must be either EventStatus.NotStarted or EventStatus.Live |
Long |
EventRecoveryRequestIssuer.initiateEventStatefulMessagesRecovery(Producer producer,
Urn eventId)
Initiates a stateful recovery procedure for the event associated with the provided
Urn identifier on the requested Producer
(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 |
Modifier and Type | Method and Description |
---|---|
Producer |
UnparsableMessage.getProducer()
Returns the
Producer that generated this message. |
Producer |
Message.getProducer()
Returns the
Producer that generated this message |
Copyright © 2016–2025. All rights reserved.