Table of Contents

Enum QueueLimitType

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

Type of queue size limit

public enum QueueLimitType

Fields

HIGH = 2

High threshold (almost at the full capacity)

LOW = 1

Queue size at low threshold (reason for being worried)

NORMAL = 0

Queue size below low threshold (not getting filled up)