Class BaseMapEventStore<K, V, QueryExt>Abstract

An abstract EventStore that stores events in an append-only auto-keyed map. One of entries or keys query functions must be overridden in subclass, as by default they refer to each other.

Type Parameters

  • K = ContentId

  • V = unknown

  • QueryExt extends object = NonNullable<unknown>

Hierarchy

Implements

Constructors

Properties

data: AppendOnlyAutoKeyMap<K, V> & Partial<AutoKeyMapBatch<K, V>>
queryPageSize: number = DEFAULT_BATCH_SIZE

Methods

Generated using TypeDoc