toggle menu
Transactional Outbox
jvm
switch theme
search in API
core
/
io.github.bluegroundltd.outbox.store
/
OutboxStore
/
insert
insert
abstract
fun
insert
(
outboxItem
:
OutboxItem
)
:
OutboxItem
Inserts an outbox item into the store.
Return
the inserted outbox item
Parameters
outbox
Item
the outbox item to insert
open
fun
insert
(
outboxItem
:
OutboxItem
,
hints
:
OutboxStoreInsertHints
)
:
OutboxItem