ReactionOptions
@rotorsoft/act-root / act/src / ReactionOptions
Type Alias: ReactionOptions
ReactionOptions =
object
Defined in: libs/act/src/types/reaction.ts:40
Options for reaction processing.
Properties
blockOnError
readonlyblockOnError:boolean
Defined in: libs/act/src/types/reaction.ts:41
Whether to block on error.
maxRetries
readonlymaxRetries:number
Defined in: libs/act/src/types/reaction.ts:42
Maximum number of retries.