Interface Message

All Known Subinterfaces:
BetCancel<T>, BetSettlement<T>, BetStop<T>, CashOutProbabilities<T>, EventMessage<T>, FixtureChange<T>, MarketMessage<T>, OddsChange<T>, ProducerStatus, ProducerStatusChange, RecoveryInitiated, RollbackBetCancel<T>, RollbackBetSettlement<T>, UnparsableMessage<T>
All Known Implementing Classes:
CashOutProbabilitiesImpl

public interface Message
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Producer that generated this message
    Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
  • Method Details

    • getProducer

      Producer getProducer()
      Returns the Producer that generated this message
      Returns:
      the Producer that generated this message
    • getTimestamps

      MessageTimestamp getTimestamps()
      Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
      Returns:
      gets the timestamps when the message was generated, sent, received and dispatched by the sdk