Resolved
@rotorsoft/act-root / act/src / Resolved
Type Alias: Resolved<TLane>
Resolved<
TLane> =object
Defined in: libs/act/src/types/reaction.ts:143
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:147
Optional drain lane (ACT-1103). Defaults to "default".
priority?โ
readonlyoptionalpriority?:number
Defined in: libs/act/src/types/reaction.ts:146
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:145
Optional exact source stream name โ the only
stream this target consumes from. Matched by string equality in the
store's claim/fetch path (never a pattern); patterns belong to the
StreamFilter surfaces (query_streams, reset, unblock)
targetโ
readonlytarget:string
Defined in: libs/act/src/types/reaction.ts:144
Stream name that processes this reaction