Built-In Formats Reference
Built-in formats are optimized for efficiency, and are always available. Administrators do not need to explicitly define them, nor specify them among an application’s preload formats.
The C API defines global constants as listed in the following table.
The Java API defines these constants as fields of class
Message.
The .NET API defines these constants as fields of class
FTL.
| Format Name Constant | Description |
|---|---|
TIB_BUILTIN_MSG_FMT_OPAQUE
|
The message consists of a singleton field of type
opaque.
The constant
For the fastest and most efficient message transfer, limit the data payload to
|
TIB_BUILTIN_MSG_FMT_KEYED_OPAQUE
|
This keyed opaque format enhances the opaque format with a key field of type
string. Content matchers can match against the key field.
The constant
The constant value
The constant
For the fastest and most efficient message transfer, limit the data payload to
|