Structs§
- Aggregate
Stream Versions - Event
Envelope - Event
Stream Id - Represents an identifier for an event stream.
- Event
Stream Query - Represents a query for event streams.
- Event
Stream Version - Stateless
- A struct representing a stateless aggregate.
Enums§
- Event
Stream IdError - Storage
Error - Represents an error that occurs during storage operations.
Traits§
- Aggregate
State - A trait representing the state of an aggregate that can be modified by applying events.
- Command
- A trait representing a command that can be handled.
- Event
Store - A trait representing an event store.
Functions§
- execute
- Executes a command and publishes the resulting events to an event store.