Enum IdempotencyEntryStatus
- Namespace
- PatternKit.Messaging.Reliability
- Assembly
- PatternKit.Core.dll
Describes the stored state of an idempotency key.
public enum IdempotencyEntryStatus
Fields
Completed = 1The key completed successfully and may have a replayable result.
Failed = 2The key failed. Receivers may choose whether later attempts can retry.
Processing = 0The key has been claimed and is currently processing.