Interface BytesMessageMapper

All Superinterfaces:
InboundMessageMapper<byte[]>, OutboundMessageMapper<byte[]>
All Known Implementing Classes:
ConvertingBytesMessageMapper, EmbeddedJsonHeadersMessageMapper

public interface BytesMessageMapper
extends InboundMessageMapper<byte[]>, OutboundMessageMapper<byte[]>
An OutboundMessageMapper and InboundMessageMapper that maps to/from byte[].
Since:
5.0
Author:
Gary Russell