Table of Contents

Interface IDeadLetterQueue

Namespace
Sportradar.LiveData.Sdk.Common.Interfaces
Assembly
Sportradar.LiveData.Sdk.dll

Dead Letter queue interface that should be implemented by the client.

public interface IDeadLetterQueue

Remarks

Implementation of this interface is optional for the client

Methods

Enqueue(EntityBase)

Enqueues a message into dead letter queue after the message was removed from the poison queue and could not be delivered successfully to the client.

void Enqueue(EntityBase failed_msg)

Parameters

failed_msg EntityBase

Failed msg