public interface MessageTimestamp
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCreated()
Gets the value specifying when the message was generated and put in queue on rabbit server (milliseconds since EPOCH UTC) 
 | 
long | 
getDispatched()
Gets the value specifying when the message was dispatched to the user from the sdk (milliseconds since EPOCH UTC) 
 | 
long | 
getReceived()
Gets the value specifying when the message was received for processing by the sdk (milliseconds since EPOCH UTC) 
 | 
long | 
getSent()
Gets the value specifying when the message was sent from the rabbit server (milliseconds since EPOCH UTC) 
 | 
long getCreated()
long getSent()
long getReceived()
long getDispatched()
Copyright © 2016–2025. All rights reserved.