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 = 0The caller-owned transition was persisted successfully.
ConcurrencyLost = 3A concurrent durable writer won while this invocation attempted to persist the transition.
Missing = 4The durable entry was missing before or after the attempted transition.
StaleClaim = 1The supplied claim no longer owns the durable entry.
Terminal = 2The durable entry was already terminal before the requested transition was applied.