Click or drag to resize

IDeadLetterQueue Interface

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

Namespace: Sportradar.SDK.Common.Interfaces
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public interface IDeadLetterQueue

The IDeadLetterQueue type exposes the following members.

Methods
 NameDescription
Public methodEnqueue 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.
Top
Remarks
Implementation of this interface is optional for the client
See Also