Resolved
@rotorsoft/act-root / act/src / Resolved
Type Alias: Resolved<TLane>
Resolved<
TLane> =object
Defined in: libs/act/src/types/reaction.ts:139
Resolver output shape โ what .to(...) returns for a static or dynamic
resolver.
Type Parametersโ
TLaneโ
TLane extends string = string
Propertiesโ
lane?โ
readonlyoptionallane?:TLane
Defined in: libs/act/src/types/reaction.ts:143
Optional drain lane (ACT-1103). Defaults to "default".
priority?โ
readonlyoptionalpriority?:number
Defined in: libs/act/src/types/reaction.ts:142
Optional scheduling hint. The lagging-frontier
claim() orders streams by priority DESC, at ASC, so a higher value
makes the stream win lease slots ahead of equal-watermark peers under
saturation. Default 0 โ behavior identical to current dual-frontier.
Only meaningful when streamLimit is binding (more candidate streams
than the worker can claim per cycle); idle systems are unaffected.
See libs/act-pg/PERFORMANCE.md for the benchmark that motivated this
knob.
source?โ
readonlyoptionalsource?:string
Defined in: libs/act/src/types/reaction.ts:141
Optional source-stream filter for fetch optimization
targetโ
readonlytarget:string
Defined in: libs/act/src/types/reaction.ts:140
Stream name that processes this reaction