Abstract
Returns given event metadata.
Protected
Readonly
currentCache of event parents during a put/validate operation.
Protected
Readonly
dataProtected
Readonly
getProtected
Readonly
queryProtected
useSet to true to use cache.
Queries entries by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtProtected
entriesOptional
options: AbortOptionsGets a value by key from the map.
Optional
options: AbortOptionsGets the key of given value.
Optional
options: AbortOptionsGets the list of data identified by given keys.
Optional
options: AbortOptionsReturns whether a key exists in the map.
Optional
options: AbortOptionsChecks if given keys exist in the set.
Optional
options: AbortOptionsQueries event keys by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtProtected
preHook to do extra processing before putting an event value to store.
Optional
_options: AbortOptionsPuts given value and returns its key.
Optional
options: EventStorePutOptionsPuts given list of values and returns their keys.
Optional
options: EventStorePutOptionsValidates given event and returns any error.
Optional
options: AbortOptionsQueries events by given criteria.
Optional
options: EventStoreQueryOptions<K> & QueryExtGenerated using TypeDoc
An abstract EventStore storing events that form a DAG. One of
entries
orkeys
query functions must be overridden in subclass, as by default they refer to each other.