LaneConfig
@rotorsoft/act-root / act/src / LaneConfig
Type Alias: LaneConfig<TName>
LaneConfig<
TName> =object
Defined in: libs/act/src/types/reaction.ts:154
Build-time configuration for a drain lane (ACT-1103).
Type Parametersโ
TNameโ
TName extends string = string
Propertiesโ
cycleMs?โ
readonlyoptionalcycleMs?:number
Defined in: libs/act/src/types/reaction.ts:158
Cycle frequency for this lane's controller
leaseMillis?โ
readonlyoptionalleaseMillis?:number
Defined in: libs/act/src/types/reaction.ts:156
Lease window for claim() calls in this lane
nameโ
readonlyname:TName
Defined in: libs/act/src/types/reaction.ts:155
Lane name ("default" is reserved for the implicit lane)
streamLimit?โ
readonlyoptionalstreamLimit?:number
Defined in: libs/act/src/types/reaction.ts:157
Max streams claimed per cycle in this lane