Protected
deletedProtected
deletedEnable this to keep old versions of replaceable events
A stream of events that have been removed
A stream of events that have been updated
Optional
verifyA method used to verify new events before added them
Protected
checkCreates an observable that subscribes to a single event
Creates an observable that subscribes to multiple events
Creates an observable that streams all events that match the filter and remains open
Optional
onlyNew: boolean = falseOnly subscribe to new events
Get all events matching a filter
Gets the latest version of a replaceable event
Optional
d: stringReturns all versions of a replaceable event
Optional
d: stringReturns a timeline of events that match filters
Protected
handleCheck if the store has an event
Check if the store has a replaceable event
Optional
d: stringRemoves any event that is not being used by a subscription
Optional
max: numberRemoves an event from the database and updates subscriptions
Returns an observable that completes when an event is removed
Creates an observable that subscribes to the latest version of a replaceable event
Optional
d: stringCreates an observable that subscribes to the latest version of an array of replaceable events
Creates an observable that updates with an array of sorted events
Add an event to the store and notifies all subscribes it has updated
Creates an observable that emits when event is updated
Static
mergeCopies important metadata from and identical event to another
A stream of new events added to the store