EventFlushDriverOptions
Defined in: packages/client/src/event-lane.ts:1095
Properties
Section titled “Properties”flush: () =>
Promise<void>
Defined in: packages/client/src/event-lane.ts:1096
Returns
Section titled “Returns”Promise<void>
optionalgate?:EventFlushGate
Defined in: packages/client/src/event-lane.ts:1098
The app’s online/foreground gate, when one is installed. Absent → always flush.
intervalMs?
Section titled “intervalMs?”
optionalintervalMs?:number
Defined in: packages/client/src/event-lane.ts:1100
The fallback interval. Defaults to DEFAULT_EVENT_FLUSH_INTERVAL_MS.
onPass?
Section titled “onPass?”
optionalonPass?: (error) =>void
Defined in: packages/client/src/event-lane.ts:1102
Invoked after each pass with the error it raised, or null.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”void