public interface UPCProcessingRecord
UPCEvent
Modifier and Type | Method and Description |
---|---|
Client |
getClient()
Returns the client that sent the UPC.
|
long |
getProcessDuration()
Returns the duration (in ms) the UPCMessage took to process.
|
long |
getProcessFinishedAt()
Returns the time the server finished processing the UPCMessage.
|
long |
getProcessStartedAt()
Returns the time the server started to process the UPCMessage.
|
long |
getQueuedAt()
Returns the time the server queued the UPCMessage for processing.
|
long |
getQueuedDuration()
Returns the duration (in ms) the UPCMessage was queued.
|
long |
getTotalDuration()
Returns the duration (in ms) from when the UPCMessage was retrieved
to when it was finished processing.
|
UPCMessage |
getUPC()
Returns the UPCMessage that was sent.
|
Client getClient()
UPCMessage getUPC()
long getQueuedAt()
long getProcessStartedAt()
long getProcessFinishedAt()
long getQueuedDuration()
long getProcessDuration()
long getTotalDuration()