Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
Loading...
Searching...
No Matches
BTSerialIntf.pas File Reference

Functions

IMessage ProducerTransform (const ISession Session, const IMessageProducer Producer, const IMessage AMessage)
 Transforms the given message inside the consumer before being dispatched to the client code.
 
 SetTransformer (const IMessageTransformer Transformer)
 
 SetMapMessageTransformationId (const string ATransformationId)
 
 SetObjectMessageTransformationId (const string ATransformationId)
 

Variables

 end
 
 IMessageTransformerSupport
 
IMessageTransformer MessageTransformer
 

Function Documentation

◆ ProducerTransform()

IMessage ProducerTransform ( const ISession Session,
const IMessageProducer Producer,
const IMessage AMessage )

Transforms the given message inside the consumer before being dispatched to the client code.

Transforms the given message inside the producer before it is sent.

◆ SetMapMessageTransformationId()

SetMapMessageTransformationId ( const string ATransformationId)

◆ SetObjectMessageTransformationId()

SetObjectMessageTransformationId ( const string ATransformationId)

◆ SetTransformer()

SetTransformer ( const IMessageTransformer Transformer)

Variable Documentation

◆ end

end

◆ IMessageTransformerSupport

IMessageTransformerSupport
Initial value:
=
[' ']
IMessageTransformer GetTransformer ()
A plugin strategy for transforming a message before it is sent by the client or before it is dispatch...

◆ MessageTransformer

IMessageTransformer MessageTransformer
See also
GetTransformer For reading
SetTransformer For writing