UM Java API
6.16.1
|
Public Member Functions | |
UMQMessageId (long regId, long stamp) throws LBMEInvalException | |
BigInteger | registrationId () |
BigInteger | msgStamp () |
UMQ Message ID class. Contains information required to identify a UMQ message
com.latencybusters.lbm.UMQMessageId.UMQMessageId | ( | long | regId, |
long | stamp | ||
) | throws LBMEInvalException |
Creates a UMQMessageId object and initializes fields to the supplied values.
regId | The 64-bit registration Id of the source context where the message originated. |
stamp | A 64-bit identifier that indicates the individual message from the given source context. |
LBMEInvalException | An invalid parameter was specified. |
BigInteger com.latencybusters.lbm.UMQMessageId.msgStamp | ( | ) |
Get the message stamp associated with this message id.
BigInteger com.latencybusters.lbm.UMQMessageId.registrationId | ( | ) |
Get the registration Id associated with this message id.