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.contract
/
SagaStep
/
markCompensationFailed
mark
Compensation
Failed
abstract
fun
markCompensationFailed
(
error
:
String
?
)
:
T
(
source
)
Transitions to
SagaStepStatus.COMPENSATION_FAILED
and stores
error
as
errorMessage
.