![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
Support for object message and map message transformation. More...
Public Member Functions | |
IMessageTransformer | GetTransformer () |
Get the message transformer. | |
SetTransformer (const IMessageTransformer Transformer) | |
Set the message transformer. | |
SetMapMessageTransformationId (const string ATransformationId) | |
Set the map message transformation id. | |
SetObjectMessageTransformationId (const string ATransformationId) | |
Set the object message transformation id. |
Public Attributes | |
IMessageTransformer | MessageTransformer |
Support for object message and map message transformation.
The initial code was based on the ActiveMQ (Classic) documentation.
IMessageTransformer IMessageTransformerSupport::GetTransformer | ( | ) |
Get the message transformer.
IMessageTransformerSupport::SetMapMessageTransformationId | ( | const string | ATransformationId | ) |
Set the map message transformation id.
IMessageTransformerSupport::SetObjectMessageTransformationId | ( | const string | ATransformationId | ) |
Set the object message transformation id.
IMessageTransformerSupport::SetTransformer | ( | const IMessageTransformer | Transformer | ) |
Set the message transformer.
IMessageTransformer IMessageTransformerSupport::MessageTransformer |