Module eventually::event
source · Expand description
Module event
contains types and abstractions helpful for working
with Domain Events.
Re-exports§
pub use crate::event::store::Store;
Modules§
- Contains implementations of the
event::Store
trait and connected abstractions, such as thestd::collections::HashMap
’s basedInMemory
Event Store implementation.
Structs§
- An [Event] that has been persisted to the Event Store.
Enums§
- Specifies the slice of the Event Stream to select when calling [
Store::stream
].