ข้ามไปยังเนื้อหา

Namespace Cephalon.EventSourcing.Cassandra

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Cephalon.EventSourcing.Cassandra.Hosting

CassandraEventEntry

Represents one persisted domain event row stored by the Cassandra event-store provider.

CassandraEventSourcingConfiguration

Holds the CQL DDL template for bootstrapping the Cassandra event-store table.

CassandraEventStore

Cassandra-backed implementation of using a wide-column table with a composite primary key of (stream_id, stream_version) and optimistic concurrency detection via Lightweight Transaction (LWT) INSERT IF NOT EXISTS.