DeliveryIntentSnapshot

data class DeliveryIntentSnapshot(val intentId: String, val operationId: String, val eventCopyId: String, val relayUrl: String, val payloadBytes: ULong, val state: DeliveryIntentState, val leaseId: String = "", val attemptCount: UInt)

Exact persisted delivery row consumed by Rust reducers.

Constructors

Link copied to clipboard
constructor(intentId: String, operationId: String, eventCopyId: String, relayUrl: String, payloadBytes: ULong, state: DeliveryIntentState, leaseId: String = "", attemptCount: UInt)

Properties

Link copied to clipboard

Completed claim attempts.

Link copied to clipboard

Event copy to publish.

Link copied to clipboard

Stable intent identity.

Link copied to clipboard

Current exclusive lease or empty.

Link copied to clipboard

Owning operation.

Link copied to clipboard

Canonical event JSON bytes.

Link copied to clipboard

Canonical relay destination.

Link copied to clipboard

Current durable state.