OpEntry

data class OpEntry(val id: String, val type: String, val payload: String, val attempts: Int, val status: OpStatus, val lastError: String?, val createdAtMs: Long)

One logged operation. id is the idempotency key; attempts counts transient failures so far.

Constructors

Link copied to clipboard
constructor(id: String, type: String, payload: String, attempts: Int, status: OpStatus, lastError: String?, createdAtMs: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard