Click or drag to resize

MessageInterest Class

Defines which messages will be provided by feed
Inheritance Hierarchy
SystemObject
  Sportradar.OddsFeed.SDK.EntitiesMessageInterest

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public class MessageInterest

The MessageInterest type exposes the following members.

Properties
 NameDescription
Public propertyIsScopeInterest Gets the value indicating whether the current interest is a scope interest (live, prematch or virt)
Public propertyName Gets the name of the message interest
Public propertyProducerId Gets the routing key used to select appropriate AMQP exchange
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromScope Gets a MessageInterest representing a scope specified by it's name.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsCombinationValid Determines whether the provided list of MessageInterest is a valid combination of sessions
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberSpecificEventsOnly Constructs a MessageInterest indicating an interest in messages associated with specific events
Public methodToString Constructs a String representation of the current instance
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberAllMessages Constructs a MessageInterest indicating an interest in all messages
Public fieldStatic memberDefinedInterests Gets all available MessageInterest instances
Public fieldStatic memberHighPriorityMessages Constructs a MessageInterest indicating an interest in hi priority messages
Public fieldStatic memberLiveMessagesOnly Constructs a MessageInterest indicating an interest in live messages
Public fieldStatic memberLowPriorityMessages Constructs a MessageInterest indicating an interest in low priority messages
Public fieldStatic memberMessageScopes List of MessageInterest representing defined messages scopes
Public fieldStatic memberPrematchMessagesOnly Constructs a MessageInterest indicating an interest in pre-match messages
Public fieldStatic memberVirtualSportMessages Constructs a MessageInterest indicating an interest in messages for virtual sports
Top
See Also