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
/
BaseSaga
/
BaseSaga
Base
Saga
constructor
(
id
:
String
,
type
:
String
,
status
:
SagaStatus
,
payload
:
String
,
lastError
:
String
?
=
null
,
startedAt
:
Instant
,
completedAt
:
Instant
?
=
null
,
updatedAt
:
Instant
=
Instant.now()
,
version
:
Long
?
=
null
)
(
source
)