public class StompCodec extends Object implements reactor.tcp.encoding.Codec<reactor.io.Buffer,Message<byte[]>,Message<byte[]>>
Codec for sending and receiving STOMP messages.| Constructor and Description |
|---|
StompCodec() |
| Modifier and Type | Method and Description |
|---|---|
reactor.function.Function<reactor.io.Buffer,Message<byte[]>> |
decoder(reactor.function.Consumer<Message<byte[]>> next) |
reactor.function.Function<Message<byte[]>,reactor.io.Buffer> |
encoder() |