Modifier and Type | Method and Description |
---|---|
static MessageGUID |
MessageGUID.createEmptyGUID()
Returns a zero filled
MessageGUID object. |
static MessageGUID |
MessageGUID.fromBinary(byte[] buffer)
Returns a new
MessageGUID created from the specified buffer , in binary
format. |
static MessageGUID |
MessageGUID.fromHex(String val)
Returns a new
MessageGUID created from the specified String contained
hexadecimal representation of the GUID. |
MessageGUID |
PushMessage.messageGUID()
Returns unique
MessageGUID assigned to this message by the broker. |
MessageGUID |
AckMessage.messageGUID()
Returns unique
MessageGUID assigned to this message by the broker. |
Copyright © 2023 Bloomberg L.P.. All rights reserved.