Interface TcpMessageCodec<P>

Type Parameters:
P - the message payload type
All Known Implementing Classes:
StompTcpMessageCodec

public interface TcpMessageCodec<P>
Contract to encode and decode a Message to and from a ByteBuffer allowing a higher-level protocol (e.g. STOMP over TCP) to plug in.
Since:
6.0
Author:
Rossen Stoyanchev
  • Method Details