toggle menu
Transactional Outbox
jvm
switch theme
search in API
core
/
io.github.bluegroundltd.outbox.grouping
/
OutboxGroupIdProvider
Outbox
Group
Id
Provider
interface
OutboxGroupIdProvider
Defines a provider that can be used to generate group IDs for outbox items.
Members
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
type
:
OutboxType
,
payload
:
OutboxPayload
)
:
String
?