Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 566 Bytes

File metadata and controls

18 lines (11 loc) · 566 Bytes

Home > @snowplow/node-tracker > EventStoreIterator

EventStoreIterator interface

Signature:

interface EventStoreIterator 

Properties

Property Type Description
next () => Promise<{ value: EventStorePayload | undefined; done: boolean; }> Retrieve the next event in the store