Table of Contents

Enum GovernanceOutboxClaimTransitionOutcome

Namespace
AsiBackbone.Core.Outbox
Assembly
AsiBackbone.Core.dll

Describes whether a claimed outbox transition was applied by the current invocation.

public enum GovernanceOutboxClaimTransitionOutcome

Fields

Applied = 0

The caller-owned transition was persisted successfully.

ConcurrencyLost = 3

A concurrent durable writer won while this invocation attempted to persist the transition.

Missing = 4

The durable entry was missing before or after the attempted transition.

StaleClaim = 1

The supplied claim no longer owns the durable entry.

Terminal = 2

The durable entry was already terminal before the requested transition was applied.