Expand description
Event store wrapper that delegates to both a primary store and a debug store.
Structsยง
- Debug
Aware Event Store - An
EventStorethat delegates to both a primaryE: EventStore(owned) and a sharedArc<DebugEventStore>for the debug protocol.