Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
IMessageTransformerSupport Interface Reference

Support for object message and map message transformation. More...

Inheritance diagram for IMessageTransformerSupport:

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

Detailed Description

Support for object message and map message transformation.

The initial code was based on the ActiveMQ (Classic) documentation.

See also
https://activemq.apache.org/components/classic/documentation/message-transformation

Member Function Documentation

◆ GetTransformer()

IMessageTransformer IMessageTransformerSupport::GetTransformer ( )

Get the message transformer.

◆ SetMapMessageTransformationId()

IMessageTransformerSupport::SetMapMessageTransformationId ( const string ATransformationId)

Set the map message transformation id.

◆ SetObjectMessageTransformationId()

IMessageTransformerSupport::SetObjectMessageTransformationId ( const string ATransformationId)

Set the object message transformation id.

◆ SetTransformer()

IMessageTransformerSupport::SetTransformer ( const IMessageTransformer Transformer)

Set the message transformer.

Member Data Documentation

◆ MessageTransformer

IMessageTransformer IMessageTransformerSupport::MessageTransformer
See also
GetTransformer For reading
SetTransformer For writing