Interface UnparsableMessage<T extends SportEvent>

All Superinterfaces:
Message

public interface UnparsableMessage<T extends SportEvent> extends Message
The event that gets released when an unparsable/bad message gets detected
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the competition/match/race/outright for which the un-parsable message is triggered.
    Returns the Producer that generated this message.
    byte[]
    Returns the raw message as received from the producer

    Methods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message

    getTimestamps
  • Method Details

    • getProducer

      Producer getProducer()
      Returns the Producer that generated this message. The method will return a null value if the producer data could not be extracted.
      Specified by:
      getProducer in interface Message
      Returns:
      the Producer that generated this message
    • getEvent

      T getEvent()
      Returns the competition/match/race/outright for which the un-parsable message is triggered. The method will return null if the event data could not be extracted.
      Returns:
      the competition/match this odds update is for
    • getRawMessage

      byte[] getRawMessage()
      Returns the raw message as received from the producer
      Returns:
      the raw message as received from the producer