public interface Codec
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.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Codec.EncodedMessage |
| Modifier and Type | Method and Description |
|---|---|
Message |
decode(byte[] data) |
Codec.EncodedMessage |
encode(Message message) |
MessageBuilder |
messageBuilder() |
Codec.EncodedMessage encode(Message message)
Message decode(byte[] data)
MessageBuilder messageBuilder()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.