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§

Structs§

Enums§

  • Specifies the slice of the Event Stream to select when calling [Store::stream].

Type Aliases§

  • An Event is a Message carring the information about a Domain Event, an occurrence in the system lifetime that is relevant for the Domain that is being implemented.
  • Stream is a stream of Persisted Domain Events.