Table of Contents

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

producer IProducer

An IProducer for which to make the recovery

eventId Urn

A 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

producer IProducer

An IProducer for which to make the recovery

eventId Urn

A Urn specifying the sport event for which to request the messages

Returns

Task<long>

Task<TResult> representing the async operation