Protected Readonly currentCache of event parents during a put/validate operation.
Protected Readonly dataProtected Readonly getProtected Readonly headAdds an entry to the set. Returns MaybePromise<unknown> to be compatible with ES Set.
Optional options: AbortOptionsAdds the values with given keys to the set.
Optional options: AbortOptionsDeletes an entry from the set. Returns MaybePromise<unknown> to be compatible with ES Set.
Optional options: AbortOptionsDeletes the values with given keys.
Optional options: AbortOptionsReturns whether a value exists in the set.
Optional options: AbortOptionsChecks if given keys exist in the set.
Optional options: AbortOptionsAdds or deletes given list of keys.
Optional options: AbortOptionsProtected Readonly keyProtected Readonly queryProtected useSet to true to use cache.
The head event keys.
Returns whether a value exists in the set.
Optional options: AbortOptionsQueries 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: AbortOptionsProtected predecessorsTraverses the graph of events from given keys and returns the max level.
Optional options: EventStoreQueryOptions<K> & EventStoreMetaQueryOptions<K>Puts 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
An EventStore implementation that stores a direct-acyclic graph of content-addressable events.