Event Store
interface EventStore
The component that persists and buffers events before sending.
Functions
Link copied to clipboard
Returns a list of EmitterEvent objects which contain events and related IDs.
Link copied to clipboard
Empties the store of all the events.
Link copied to clipboard
Removes an event from the store.
Link copied to clipboard
Removes a range of events from the store.
Link copied to clipboard
Remove events older than maxAge
seconds and keep only the latest maxSize
events.