toggle menu
Transactional Outbox
jvm
switch theme
search in API
spring
/
io.github.bluegroundltd.springoutbox.event
/
AfterCommitApplicationEvent
After
Commit
Application
Event
class
AfterCommitApplicationEvent
(
source
:
Any
,
val
outboxItem
:
OutboxItem
)
:
ApplicationEvent
Members
Constructors
After
Commit
Application
Event
Link copied to clipboard
constructor
(
source
:
Any
,
outboxItem
:
OutboxItem
)
Properties
outbox
Item
Link copied to clipboard
val
outboxItem
:
OutboxItem
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
get
Source
Link copied to clipboard
open
fun
getSource
(
)
:
Any
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String