Structs§
- Component
- Config
- Message
Header - Metadata associated with a message.
- ShardId
- Identifies a shard. Aka. partition.
- Shared
Message - It uses an
Arc
to hold the bytes, so is cheap to clone. - Stream
Key - Identifies a stream. Aka. topic.
- Timestamp
- A
PrimitiveDateTime
with aUtcOffset
.
Enums§
- SeaMessage
sea-streamer-socket
concrete type of Message.
Traits§
Type Aliases§
- SeqNo
- The tuple (StreamKey, ShardId, SeqNo) uniquely identifies a message. Aka. offset.