DrainOptions
@rotorsoft/act-root / act/src / DrainOptions
Type Alias: DrainOptions
DrainOptions =
object
Defined in: libs/act/src/types/reaction.ts:355
Options for draining events from the store.
Propertiesโ
eventLimit?โ
readonlyoptionaleventLimit?:number
Defined in: libs/act/src/types/reaction.ts:357
Maximum number of events to fetch per stream.
leaseMillis?โ
readonlyoptionalleaseMillis?:number
Defined in: libs/act/src/types/reaction.ts:358
Maximum lease duration (in milliseconds).
streamLimit?โ
readonlyoptionalstreamLimit?:number
Defined in: libs/act/src/types/reaction.ts:356
Maximum number of streams to fetch.