Crate stroming

Source

Structs§

MemoryStreamStore
An in-memory implementation of a stream store.
Message
A message that is writeable into a stream
MessagePosition
StreamMessage
A message that is read from a stream

Enums§

ReadDirection
The direction in which to read a stream.
StreamVersion
The version of a stream
WriteResult
The result of a write operation; will show the position of the last written message if successfully written.

Traits§

ReadFromCategory
A trait that expresses the behaviour of reading from a category.
ReadFromStream
A trait that expresses the behaviour of reading from a stream
WriteToStream
A trait that expresses the behaviour of writing to a stream

Type Aliases§

Stream
A stream of messages, represented as a vector.