Skip to main content

ReactionOptions

@rotorsoft/act-root


@rotorsoft/act-root / act/src / ReactionOptions

Type Alias: ReactionOptions

ReactionOptions = object

Defined in: libs/act/src/types/reaction.ts:39

Options for reaction processing.

Properties

blockOnError

readonly blockOnError: boolean

Defined in: libs/act/src/types/reaction.ts:40

Whether to block on error.


maxRetries

readonly maxRetries: number

Defined in: libs/act/src/types/reaction.ts:41

Maximum number of retries.


retryDelayMs

readonly retryDelayMs: number

Defined in: libs/act/src/types/reaction.ts:42

Delay between retries in ms.