| 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.
|