Click or drag to resize

IProducerV2 Interface

Defines a contract for producer which use the feed to dispatch messages

Namespace: Sportradar.OddsFeed.SDK.Messages
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IProducerV2 : IProducerV1, 
	IProducer

The IProducerV2 type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets the description of the producer
(Inherited from IProducer)
Public propertyId Gets the id of the producer
(Inherited from IProducer)
Public propertyIsAvailable Gets a value indicating whether the producer is available on feed
(Inherited from IProducer)
Public propertyIsDisabled Gets a value indicating whether the producer is disabled
(Inherited from IProducer)
Public propertyIsProducerDown Gets a value indicating whether the producer is marked as down
(Inherited from IProducer)
Public propertyLastTimestampBeforeDisconnect Gets the last timestamp before disconnect for this producer
(Inherited from IProducer)
Public propertyMaxInactivitySeconds Gets the maximum inactivity seconds
(Inherited from IProducer)
Public propertyMaxRecoveryTime Gets the maximum recovery time (in seconds)
(Inherited from IProducer)
Public propertyName Gets the name of the producer
(Inherited from IProducer)
Public propertyRecoveryInfo Gets the recovery info about last recovery attempt
(Inherited from IProducerV1)
Public propertyStatefulRecoveryWindow Gets the stateful recovery window in minutes.
Public propertyTimeOfLastAliveObsolete.
Gets the time of last alive message received from feed
(Inherited from IProducer)
Top
See Also