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 TypeMethodDescriptionReturns theProducerthat generated this messageGets the timestamps when the message was generated, sent, received and dispatched by the sdk
-
Method Details
-
getProducer
Producer getProducer()Returns theProducerthat generated this message- Returns:
- the
Producerthat 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
-