public final class EventMessageDecoder extends java.lang.Object implements MetadataDecoder
Atom data should be provided to the decoder without the full atom header (i.e. starting from the first byte of the scheme_id_uri field).
| Constructor and Description |
|---|
EventMessageDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
decode(MetadataInputBuffer inputBuffer)
Decodes a
Metadata element from the provided input buffer. |
public Metadata decode(MetadataInputBuffer inputBuffer)
MetadataDecoderMetadata element from the provided input buffer.decode in interface MetadataDecoderinputBuffer - The input buffer to decode.