Protected
Readonly
currentCache of event parents during a put/validate operation.
Protected
Readonly
dataProtected
Readonly
encodeProtected
Readonly
eventProtected
Readonly
getProtected
Readonly
indexProtected
Readonly
queryProtected
Readonly
setProtected
Readonly
tickOptional
refTime: numberProtected
useSet to true to use cache.
Queries entries by given criteria.
Optional
options: EventStoreQueryOptions<K> & EventStoreMetaQueryOptions<K>Protected
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> & EventStoreMetaQueryOptions<K>Protected
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> & EventStoreMetaQueryOptions<K>Generated using TypeDoc
A simple implementation of indexed EventStore backed by RangeQueryable MaybeAsyncMaps. In addition to topological ordering, it uses an atomic hybrid time to order concurrent events.