Outbox Item
fun OutboxItem(id: Long? = null, type: OutboxType, status: OutboxStatus, payload: String, retries: Long = 0, nextRun: Instant, lastExecution: Instant? = null, rerunAfter: Instant? = null, deleteAfter: Instant? = null, groupId: String? = null)
Content copied to clipboard
Parameters
group Id
an arbitrary value that can be used to group outbox items together. A null value indicates that the item is not part of a group.