Lease
@rotorsoft/act-root / act/src / Lease
Type Alias: Lease
Lease =
object
Defined in: libs/act/src/types/reaction.ts:113
Lease information for stream processing.
Properties
at
readonlyat:number
Defined in: libs/act/src/types/reaction.ts:116
The lease watermark (last event in the lease window or acked).
by
readonlyby:string
Defined in: libs/act/src/types/reaction.ts:117
The lease holder.
lagging
readonlylagging:boolean
Defined in: libs/act/src/types/reaction.ts:119
Whether the stream is lagging behind.
retry
readonlyretry:number
Defined in: libs/act/src/types/reaction.ts:118
Retry count.
source?
readonlyoptionalsource:string
Defined in: libs/act/src/types/reaction.ts:115
The source stream.
stream
readonlystream:string
Defined in: libs/act/src/types/reaction.ts:114
The target stream name.