Poll
@rotorsoft/act-root / act/src / Poll
Type Alias: Poll
Poll =
object
Defined in: libs/act/src/types/reaction.ts:80
Poll details for stream processing.
Properties
at
readonly
at:number
Defined in: libs/act/src/types/reaction.ts:83
The lease watermark.
lagging
readonly
lagging:boolean
Defined in: libs/act/src/types/reaction.ts:84
Whether the stream is lagging behind.
source?
readonly
optional
source:string
Defined in: libs/act/src/types/reaction.ts:82
The source stream.
stream
readonly
stream:string
Defined in: libs/act/src/types/reaction.ts:81
The target stream name.