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