Table of Contents

Enum IdempotencyEntryStatus

Namespace
PatternKit.Messaging.Reliability
Assembly
PatternKit.Core.dll

Describes the stored state of an idempotency key.

public enum IdempotencyEntryStatus

Fields

Completed = 1

The key completed successfully and may have a replayable result.

Failed = 2

The key failed. Receivers may choose whether later attempts can retry.

Processing = 0

The key has been claimed and is currently processing.