Interface RecoveryInitiated
- All Superinterfaces:
Message
The event that gets released when the recovery for the producer is initiated
-
Method Summary
Modifier and TypeMethodDescriptionReturns the after timestamp if appliedGets the associated event identifierReturns the message associated with the recovery requestlongReturns the identifier of the recovery requestMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getProducer, getTimestamps
-
Method Details
-
getRequestId
long getRequestId()Returns the identifier of the recovery request- Returns:
- the identifier of the recovery request
-
getAfterTimestamp
Long getAfterTimestamp()Returns the after timestamp if applied- Returns:
- the after timestamp if applied
-
getEventId
Urn getEventId()Gets the associated event identifier- Returns:
- the associated event identifier
-
getMessage
String getMessage()Returns the message associated with the recovery request- Returns:
- the message associated with the recovery request
-