shared-infrastructure
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
shared-infrastructure
shared-infrastructure
/
com.vertyll.veds.sharedinfrastructure.saga
/
SagaProperties
/
SagaProperties
Saga
Properties
constructor
(
awaitResponseTimeout
:
Duration
=
Duration.ofMinutes(DEFAULT_AWAIT_RESPONSE_TIMEOUT_MINUTES)
,
watchdogInterval
:
Duration
=
Duration.ofMinutes(DEFAULT_WATCHDOG_INTERVAL_MINUTES)
,
compensationRetryCooldown
:
Duration
=
Duration.ofMinutes(DEFAULT_COMPENSATION_RETRY_COOLDOWN_MINUTES)
)
(
source
)