Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 624 Bytes

File metadata and controls

20 lines (12 loc) · 624 Bytes

Home > @snowplow/node-tracker > EventStoreIterator

EventStoreIterator interface

EventStoreIterator allows iterating over all events in the store.

Signature:

interface EventStoreIterator 

Properties

Property Type Description
next () => Promise<EventStoreIteratorNextResult> Retrieve the next event in the store