Timeout (faulttolerance) Configuration

Type: io.helidon.faulttolerance.Timeout

Configuration options

Optional configuration options
keytypedefault valuedescription
cancel-source

boolean

true

Cancel source if destination stage is cancelled.

current-thread

boolean

false

Flag to indicate that code must be executed in current thread instead of in an executor’s thread. This flag is false by default.

name

string

Timeout-

A name assigned for debugging, error reporting or configuration purposes.

timeout

Duration

PT10S

Timeout duration.