Interface RecoveryInitiated

All Superinterfaces:
Message

public interface RecoveryInitiated extends Message
The event that gets released when the recovery for the producer is initiated
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the after timestamp if applied
    Gets the associated event identifier
    Returns the message associated with the recovery request
    long
    Returns the identifier of the recovery request

    Methods 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