Click or drag to resize

IPoisonQueue Interface

Poison queue interface

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

The IPoisonQueue type exposes the following members.

Properties
 NameDescription
Public propertyProviderType Poison queue must be assigned a to particular feed provider.
Top
Methods
 NameDescription
Public methodEnqueue Enqueue a new poison element. Throws PoisonQueueException if there is already poison elements for the same match enqueued.
Public methodIsMatchPoisonous Checks whether there is a poison element linked to this match
Public methodWaitForElementRemoved Waits until an element is removed (promoted or deceased) from the poison queue.
Top
Events
 NameDescription
Public eventOnPoisonQueueEltDead Event raised whenever an element is to be dumped into dead letter queue.
Public eventOnPoisonQueueEltPromoted Event raised whenever an element is promoted from Poison queue and moved back into Main queue.
Top
See Also