Contents
namespace solace.MessageDumpFlag
Represents an enumeration of message dump formats. It controls the output of solace.Message#dump.
Static Properties & Enumerations Top
number | MSGDUMP_BRIEF | ||
number |
MSGDUMP_FULL
= 1
|
Static Properties & Enumerations Detail Top
static
public
number
MSGDUMP_BRIEF
Display only the length of the binary attachment, XML content and user property maps.
static
public
number
MSGDUMP_FULL
= 1
1
Display the entire message contents.