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.entity
/
BaseSagaStep
/
BaseSagaStep
Base
Saga
Step
constructor
(
id
:
Long
?
=
null
,
sagaId
:
String
,
stepName
:
String
,
status
:
SagaStepStatus
,
payload
:
String
?
=
null
,
errorMessage
:
String
?
=
null
,
createdAt
:
Instant
,
completedAt
:
Instant
?
=
null
,
compensationStepId
:
Long
?
=
null
,
version
:
Long
?
=
null
)
(
source
)