Structs§
- Metadata associated with a message.
- Identifies a shard. Aka. partition.
- It uses an
Arc
to hold the bytes, so is cheap to clone. - Identifies a stream. Aka. topic.
- A
PrimitiveDateTime
with aUtcOffset
.
Enums§
sea-streamer-socket
concrete type of Message.
Traits§
- Common interface of messages, to be implemented by all backends.
Type Aliases§
- The tuple (StreamKey, ShardId, SeqNo) uniquely identifies a message. Aka. offset.