Expand description
WAL event types for the ActionQueue system.
This module defines the append-only event types that make up the Write-Ahead Log (WAL). Each event represents a durable state change in the system and is idempotent across replay.
Structs§
- WalEvent
- A uniquely identifiable WAL event.
Enums§
- WalEvent
Type - The type of WAL event that occurred.