Interface IEventRecoveryRequestIssuer
- Namespace
- Sportradar.OddsFeed.SDK.Api.Managers
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes used to issue event message recovery requests to the feed
public interface IEventRecoveryRequestIssuer
Methods
RecoverEventMessagesAsync(IProducer, Urn)
Asynchronously requests messages for the specified sport event and returns a request number used when issuing the request
Task<long> RecoverEventMessagesAsync(IProducer producer, Urn eventId)
Parameters
producerIProducerAn IProducer for which to make the recovery
eventIdUrnA Urn specifying the sport event for which to request the messages
Returns
- Task<long>
Task<TResult> representing the async operation
RecoverEventStatefulMessagesAsync(IProducer, Urn)
Asynchronously requests stateful messages for the specified sport event and returns a request number used when issuing the request
Task<long> RecoverEventStatefulMessagesAsync(IProducer producer, Urn eventId)
Parameters
producerIProducerAn IProducer for which to make the recovery
eventIdUrnA Urn specifying the sport event for which to request the messages
Returns
- Task<long>
Task<TResult> representing the async operation