Skip to content

HMessage🔗

Name🔗

HMessage — Represents an instance of a data container to be sent via message queues.

Constructors🔗

 
CreateMessage Create a new empty message.
ReadMessage Read a message from a file.

Methods🔗

 
ClearMessage Close a message handle and release all associated resources.
CreateMessage Create a new empty message.
GetMessageObj Retrieve an object associated with the key from the message.
GetMessageParam Query message parameters or information about the message.
GetMessageTuple Retrieve a tuple associated with the key from the message.
ReadMessage Read a message from a file.
SetMessageObj Add a key/object pair to the message.
SetMessageParam Set message parameter or invoke commands on the message.
SetMessageTuple Add a key/tuple pair to the message.
WriteMessage Write a message to a file.