Interface Codec

All Known Implementing Classes:
QpidProtonCodec, SimpleCodec, SwiftMqCodec

public interface Codec
Codec to encode and decode messages.

The codec is expected to use the AMQP 1.0 message format.

This is considered a SPI and is susceptible to change at any time.