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 TypeMethodDescriptionGets the AMQP message headers delivered with the feed messageReturns 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
-
getMessageHeaders
Gets the AMQP message headers delivered with the feed message- Returns:
- the AMQP headers as a string map, never null
-