CommandId

value class CommandId(val value: String)

Stable idempotency key for one user action.

Retain the same value while retrying one action. Reusing it with different input fails with command_conflict.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Create a process-independent random command identifier.

Properties

Link copied to clipboard

Non-empty bounded idempotency key.