![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
A plugin strategy for transforming a message before it is sent by the client or before it is dispatched to the consumer. More...
Public Member Functions | |
IMessage | ConsumerTransform (const ISession Session, const IMessageConsumer Consumer, const IMessage AMessage) |
Transforms the given message inside the consumer before being dispatched to the client code. | |
IMessage | ProducerTransform (const ISession Session, const IMessageProducer Producer, const IMessage AMessage) |
Transforms the given message inside the producer before it is sent. |
A plugin strategy for transforming a message before it is sent by the client or before it is dispatched to the consumer.
IMessage IMessageTransformer::ConsumerTransform | ( | const ISession | Session, |
const IMessageConsumer | Consumer, | ||
const IMessage | AMessage ) |
Transforms the given message inside the consumer before being dispatched to the client code.
IMessage IMessageTransformer::ProducerTransform | ( | const ISession | Session, |
const IMessageProducer | Producer, | ||
const IMessage | AMessage ) |
Transforms the given message inside the producer before it is sent.