Abstract Protected Readonly dataProtected Readonly queryQueries 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 that stores events in an append-only auto-keyed map. One of
entriesorkeysquery functions must be overridden in subclass, as by default they refer to each other.