Namespace Opossum
Interfaces
- IEvent
Marker interface for domain event payloads.
- IEventStoreAdmin
Destructive administrative operations for the event store. Unlike IEventStoreMaintenance, these operations permanently remove data and transparently bypass write-protection on files.
- IEventStoreMaintenance
Additive-only maintenance operations for the event store. All operations are strictly additive — no existing data can be modified or removed.