toggle menu
Transactional Outbox
jvm
switch theme
search in API
spring
/
io.github.bluegroundltd.springoutbox.database
/
OutboxItemEntity
/
OutboxItemEntity
Outbox
Item
Entity
constructor
(
id
:
Long
?
,
type
:
String
,
status
:
OutboxStatus
,
payload
:
String
,
groupId
:
String
?
,
retries
:
Long
,
nextRun
:
Instant
,
lastExecution
:
Instant
?
,
rerunAfter
:
Instant
?
,
deleteAfter
:
Instant
?
)