Interface UnparsableMessage<T extends SportEvent>
- All Superinterfaces:
Message
The event that gets released when an unparsable/bad message gets detected
-
Method Summary
Methods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getTimestamps
-
Method Details
-
getProducer
Producer getProducer()Returns theProducerthat generated this message. The method will return a null value if the producer data could not be extracted.- Specified by:
getProducerin interfaceMessage- Returns:
- the
Producerthat 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
-