Type Alias eventually::version::Version
source · pub type Version = u64;
Expand description
A version used for Optimistic Locking.
Used by the aggregate::Root
to avoid concurrency issues,
and event::Store
to implement stream-local ordering to the messages.