Expand description
A collection of codecs that can be used to transform between bytes streams / byte messages, byte frames and structured events.
Structs§
- A decoder that can decode structured events from a byte stream / byte messages.
- Config used to build a
Decoder
. - An encoder that can encode structured events into byte frames.
- Encoding configuration.
- Encoding configuration.
- A stream combinator aimed at improving the performance of decoder streams under load.
- Transformations to prepare an event for serialization.
Enums§
- The way a sink processes outgoing events.
- The format in which a timestamp should be represented.