| Interface | Description |
|---|---|
| MessageTranslator<P> |
The Message Translator is the messaging equivalent of the Adapter pattern described in
[GoF].
|
| Class | Description |
|---|---|
| JsonByteBufferMessageTranslator |
A MessageTranslator that converts messages into messages with ByteBuffer JSON payloads.
|
| JsonStringMessageTranslator |
A MessageTranslator that converts messages into messages with String JSON payloads.
|
| MessageCodec | |
| ObjectMappers |
Manages the ObjectMapper used by Synapse applications for serialization and deserialization purposes.
|
| Enum | Description |
|---|---|
| MessageFormat |
Identifies the format used to encode or decode messages.
|