Namespace Cephalon.Abstractions.EventSourcing
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Classes
Section titled “Classes”Provides a minimal record base for immutable domain events.
EventStreamConcurrencyException
Represents an optimistic concurrency failure while appending events to a stream.
Describes one logical event stream visible to the current runtime.
Interfaces
Section titled “Interfaces”Applies domain events to an aggregate state projection.
Represents one immutable domain event stored in an append-only stream.
Appends and replays immutable domain events for one logical event store.
Exposes the event-stream surfaces visible to the current runtime.
Contributes one or more event-stream descriptors to the active runtime.
Receives event-stream descriptors contributed by active modules or packages.
Persists and rehydrates optional aggregate snapshots for event-sourced workloads.