Expand description
Contains the types necessary for Optimistic Locking through versioning.
Structs§
- Conflict
Error - This error is returned by a function when a version conflict error has been detected.
Enums§
- Check
- Used to set a specific expectation during an operation that mutates some sort of resource (e.g. an Event Stream) that supports versioning.
Type Aliases§
- Version
- A version used for Optimistic Locking.