RunId

value class RunId(val value: String)

Opaque identifier for a single saga run.

Caller-supplied so that deterministic IDs can be derived from business keys (e.g., RunId("order-${orderId}")).

Throws

if value is blank.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard