|
UM .NET API
6.17
|
UMQ Message ID class. Contains information required to identify a UMQ message. More...
Public Member Functions | |
| UMQMessageId (UInt64 regId, UInt64 stamp) | |
| Creates a UMQMessageId object and initializes fields to the supplied values. More... | |
| UInt64 | registrationId () |
| Get the registration Id associated with this message id. More... | |
| UInt64 | msgStamp () |
| Get the message stamp associated with this message id. More... | |
UMQ Message ID class. Contains information required to identify a UMQ message.
UME 3.0
| com.latencybusters.lbm.UMQMessageId.UMQMessageId | ( | UInt64 | regId, |
| UInt64 | stamp | ||
| ) |
Creates a UMQMessageId object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
| 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. |
| UInt64 com.latencybusters.lbm.UMQMessageId.msgStamp | ( | ) |
Get the message stamp associated with this message id.
Referenced by com.latencybusters.lbm.LBMContext.setUMQMessageStable().
| UInt64 com.latencybusters.lbm.UMQMessageId.registrationId | ( | ) |
Get the registration Id associated with this message id.
Referenced by com.latencybusters.lbm.LBMContext.setUMQMessageStable().