Structs§
- Memory
Stream Store - An in-memory implementation of a stream store.
- Message
- A message that is writeable into a stream
- Message
Position - Stream
Message - A message that is read from a stream
Enums§
- Read
Direction - The direction in which to read a stream.
- Stream
Version - The version of a stream
- Write
Result - The result of a write operation; will show the position of the last written message if successfully written.
Traits§
- Read
From Category - A trait that expresses the behaviour of reading from a category.
- Read
From Stream - A trait that expresses the behaviour of reading from a stream
- Write
ToStream - A trait that expresses the behaviour of writing to a stream
Type Aliases§
- Stream
- A stream of messages, represented as a vector.