Interface ProducerStatus
- All Superinterfaces:
Message
The event that gets released when the status of the producer gets updated
-
Method Summary
Methods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getProducer, getTimestamps
-
Method Details
-
isDown
boolean isDown()An indication if the associatedProduceris down- Returns:
trueif theProduceris down, otherwisefalse
-
isDelayed
boolean isDelayed()An indication if the associatedProduceris delayed(processing queue is building up)- Returns:
trueif theProduceris delayed, otherwisefalse
-
getProducerStatusReason
ProducerStatusReason getProducerStatusReason()Returns the reason of theProducerstatus change- Returns:
- the reason of the status change
-