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

Namespace Cephalon.EventSourcing.ClickHouse

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

Cephalon.EventSourcing.ClickHouse.Hosting

ClickHouseEventEntry

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

ClickHouseEventSourcingConfiguration

Holds the DDL template for bootstrapping the ClickHouse event-store table.

ClickHouseEventStore

ClickHouse-backed implementation of using a MergeTree table ordered by (stream_id, stream_version) for efficient per-stream range scans and append operations.